[INFO] cloning repository https://github.com/PaskiDev/torii
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/PaskiDev/torii" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPaskiDev%2Ftorii", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPaskiDev%2Ftorii'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6d603f5c1132646d99ed7b89141a710374987056
[INFO] fixing PaskiDev/torii against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPaskiDev%2Ftorii" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/PaskiDev/torii
[INFO] finished tweaking git repo https://github.com/PaskiDev/torii
[INFO] tweaked toml for git repo https://github.com/PaskiDev/torii written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/PaskiDev/torii on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/PaskiDev/torii already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 6a1d3a04ef0213cbd84e24a714d6904f507104c6f1a038ba8dab7fe67dd72ce9
[INFO] running `Command { std: "docker" "start" "6a1d3a04ef0213cbd84e24a714d6904f507104c6f1a038ba8dab7fe67dd72ce9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6a1d3a04ef0213cbd84e24a714d6904f507104c6f1a038ba8dab7fe67dd72ce9" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6a1d3a04ef0213cbd84e24a714d6904f507104c6f1a038ba8dab7fe67dd72ce9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6a1d3a04ef0213cbd84e24a714d6904f507104c6f1a038ba8dab7fe67dd72ce9" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating crates/torii-core/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/torii/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling libc v0.2.184
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]     Checking typenum v1.20.0
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]     Checking rand_core v0.10.1
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking cpubits v0.1.1
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking base64ct v1.8.3
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]     Checking zerofrom v0.1.7
[INFO] [stderr]     Checking bitflags v2.11.0
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]     Checking base16ct v1.0.0
[INFO] [stderr]     Checking ctutils v0.4.2
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking yoke v0.8.2
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]     Checking pem-rfc7468 v1.0.0
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking der v0.8.0
[INFO] [stderr]     Checking rustls-pki-types v1.14.1
[INFO] [stderr]     Checking rustcrypto-ff v0.14.0-rc.1
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]     Checking rustcrypto-group v0.14.0-rc.1
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling nix v0.31.2
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling curve25519-dalek v5.0.0-pre.6
[INFO] [stderr]     Checking keccak v0.2.0
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]     Checking parking v2.2.1
[INFO] [stderr]    Compiling cc v1.2.59
[INFO] [stderr]     Checking fiat-crypto v0.3.0
[INFO] [stderr]    Compiling aws-lc-rs v1.16.3
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]     Checking webpki-roots v1.0.7
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]     Checking winnow v0.7.15
[INFO] [stderr]     Checking home v0.5.12
[INFO] [stderr]     Checking hybrid-array v0.4.11
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]     Checking utf8-zero v0.8.1
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]     Checking toml_write v0.1.2
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking spki v0.8.0
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking block-padding v0.3.3
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking pkcs1 v0.8.0-rc.4
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]    Compiling enum_dispatch v0.3.13
[INFO] [stderr]     Checking generic-array v1.4.1
[INFO] [stderr]     Checking anstyle-parse v1.0.0
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]     Checking crypto-common v0.2.1
[INFO] [stderr]     Checking block-buffer v0.12.0
[INFO] [stderr]     Checking block-padding v0.4.2
[INFO] [stderr]     Checking crypto-bigint v0.7.3
[INFO] [stderr]     Checking sec1 v0.8.1
[INFO] [stderr]     Checking module-lattice v0.2.3
[INFO] [stderr]     Checking inout v0.2.2
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking etcetera v0.10.0
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]    Compiling delegate v0.13.5
[INFO] [stderr]     Checking hex-literal v1.1.0
[INFO] [stderr]     Checking anstyle v1.0.14
[INFO] [stderr]     Checking data-encoding v2.11.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking digest v0.11.2
[INFO] [stderr]     Checking cipher v0.5.1
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking hmac v0.13.0
[INFO] [stderr]     Checking sha2 v0.11.0
[INFO] [stderr]     Checking signature v3.0.0
[INFO] [stderr]     Checking universal-hash v0.6.1
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]    Compiling aws-lc-sys v0.40.0
[INFO] [stderr]     Checking polyval v0.7.1
[INFO] [stderr]    Compiling libz-sys v1.1.28
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking aead v0.6.0-rc.10
[INFO] [stderr]     Checking ghash v0.6.0
[INFO] [stderr]     Checking poly1305 v0.9.0
[INFO] [stderr]     Checking pbkdf2 v0.13.0
[INFO] [stderr]     Checking aes v0.9.0
[INFO] [stderr]     Checking salsa20 v0.11.0
[INFO] [stderr]     Checking cbc v0.2.0
[INFO] [stderr]     Checking hkdf v0.13.0
[INFO] [stderr]     Checking rfc6979 v0.5.0-rc.5
[INFO] [stderr]     Checking bytes v1.11.1
[INFO] [stderr]     Checking chacha20 v0.10.0
[INFO] [stderr]     Checking ctr v0.10.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking blowfish v0.10.0
[INFO] [stderr]     Checking blake2 v0.11.0-rc.6
[INFO] [stderr]    Compiling libgit2-sys v0.17.0+1.8.1
[INFO] [stderr]     Checking rand v0.10.1
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking sha1 v0.11.0
[INFO] [stderr]     Checking argon2 v0.6.0-rc.8
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]     Checking tokio v1.51.1
[INFO] [stderr]     Checking sha3 v0.11.0
[INFO] [stderr]     Checking kem v0.3.0
[INFO] [stderr]     Checking aes-gcm v0.11.0-rc.3
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking internal-russh-num-bigint v0.5.0
[INFO] [stderr]    Compiling instability v0.3.12
[INFO] [stderr]     Checking colorchoice v1.0.5
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.2
[INFO] [stderr]     Checking md5 v0.7.0
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]     Checking scrypt v0.12.0
[INFO] [stderr]     Checking bcrypt-pbkdf v0.11.0
[INFO] [stderr]     Checking anstyle-query v1.1.5
[INFO] [stderr]     Checking anstream v1.0.0
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking pkcs5 v0.8.0
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]     Checking ml-kem v0.3.2
[INFO] [stderr]     Checking pkcs8 v0.11.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking rustix v0.38.44
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]     Checking ed25519 v3.0.0
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking ureq-proto v0.6.0
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking headers-core v0.3.0
[INFO] [stderr]     Checking ed25519-dalek v3.0.0-pre.7
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]     Checking dirs v5.0.1
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]     Checking ureq v3.3.0
[INFO] [stderr]     Checking castaway v0.2.4
[INFO] [stderr]     Checking strsim v0.11.1
[INFO] [stderr]     Checking unicode-segmentation v1.13.2
[INFO] [stderr]    Compiling indoc v2.0.7
[INFO] [stderr]     Checking clap_lex v1.1.0
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]     Checking compact_str v0.8.1
[INFO] [stderr]     Checking headers v0.4.1
[INFO] [stderr]     Checking clap_builder v4.5.61
[INFO] [stderr]     Checking async-object-pool v0.2.0
[INFO] [stderr]     Checking unicode-truncate v1.1.0
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking lru v0.12.5
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking assert-json-diff v2.0.2
[INFO] [stderr]     Checking serde_regex v1.2.0
[INFO] [stderr]     Checking tabwriter v1.4.1
[INFO] [stderr]    Compiling clap_derive v4.5.61
[INFO] [stderr]     Checking path-tree v0.8.3
[INFO] [stderr]     Checking update-informer v1.3.0
[INFO] [stderr]     Checking fastrand v2.4.1
[INFO] [stderr]     Checking similar v2.7.0
[INFO] [stderr]     Checking elliptic-curve v0.14.0-rc.32
[INFO] [stderr]     Checking primefield v0.14.0-rc.9
[INFO] [stderr]     Checking ssh-encoding v0.3.0-rc.9
[INFO] [stderr]     Checking crypto-primes v0.7.0
[INFO] [stderr]     Checking futures-timer v3.0.4
[INFO] [stderr]     Checking stringmetrics v2.2.2
[INFO] [stderr]     Checking ssh-cipher v0.3.0-rc.9
[INFO] [stderr]     Checking russh-cryptovec v0.61.0
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking primeorder v0.14.0-rc.9
[INFO] [stderr]     Checking ecdsa v0.17.0-rc.18
[INFO] [stderr]     Checking ratatui v0.29.0
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking p256 v0.14.0-rc.9
[INFO] [stderr]     Checking rsa v0.10.0-rc.18
[INFO] [stderr]     Checking p521 v0.14.0-rc.9
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]     Checking clap v4.5.61
[INFO] [stderr]     Checking p384 v0.14.0-rc.9
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking russh-util v0.52.0
[INFO] [stderr]     Checking h2 v0.4.14
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking hyper v1.9.0
[INFO] [stderr]     Checking ssh-key v0.7.0-rc.10
[INFO] [stderr]     Checking git2 v0.19.0
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking hyper-rustls v0.27.9
[INFO] [stderr]     Checking httpmock v0.8.3
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking russh v0.61.1
[INFO] [stderr]     Checking torii-lib v0.12.0 (/opt/rustwide/workdir/crates/torii-core)
[INFO] [stderr]    Migrating crates/torii-core/src/lib.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> crates/torii-core/src/vcs/core_extensions.rs:134:41
[INFO] [stdout]      |
[INFO] [stdout]   52 |             let commit = self.repository().find_commit(oid)?;
[INFO] [stdout]      |                 ------   -----------------------------------
[INFO] [stdout]      |                 |        |
[INFO] [stdout]      |                 |        this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                 |        `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                 `commit` calls a custom destructor
[INFO] [stdout]      |                 `commit` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]   57 |                 let name = commit.author().name().unwrap_or("").to_lowercase();
[INFO] [stdout]      |                            ---------------
[INFO] [stdout]      |                            |
[INFO] [stdout]      |                            this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                            `#2` will be dropped later as of Edition 2024
[INFO] [stdout]   58 |                 let email = commit.author().email().unwrap_or("").to_lowercase();
[INFO] [stdout]      |                             ---------------
[INFO] [stdout]      |                             |
[INFO] [stdout]      |                             this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                             `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  115 |                 if let Some(author_name) = commit.author().name() {
[INFO] [stdout]      |                                            ---------------
[INFO] [stdout]      |                                            |
[INFO] [stdout]      |                                            this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                                            `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  134 |                     if let Ok(parent) = commit.parent(0) {
[INFO] [stdout]      |                               ------    ^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                               |         |
[INFO] [stdout]      |                               |         this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                               |         up until Edition 2021 `#7` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                               `parent` calls a custom destructor
[INFO] [stdout]      |                               `parent` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  137 |                         if let (Some(old), Some(new)) = (old_tree, new_tree) {
[INFO] [stdout]      |                                      ---        ---
[INFO] [stdout]      |                                      |          |
[INFO] [stdout]      |                                      |          `new` calls a custom destructor
[INFO] [stdout]      |                                      |          `new` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                      `old` calls a custom destructor
[INFO] [stdout]      |                                      `old` will be dropped later as of Edition 2024
[INFO] [stdout]  138 |                             let diff =
[INFO] [stdout]      |                                 ----
[INFO] [stdout]      |                                 |
[INFO] [stdout]      |                                 `diff` calls a custom destructor
[INFO] [stdout]      |                                 `diff` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  141 |                             if let Ok(diff) = diff {
[INFO] [stdout]      |                                       ----
[INFO] [stdout]      |                                       |
[INFO] [stdout]      |                                       this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                                       `#5` will be dropped later as of Edition 2024
[INFO] [stdout]  142 |                                 let stats = diff.stats()?;
[INFO] [stdout]      |                                     -----   -------------
[INFO] [stdout]      |                                     |       |
[INFO] [stdout]      |                                     |       this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                                     |       `#6` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                     `stats` calls a custom destructor
[INFO] [stdout]      |                                     `stats` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  153 |                 }
[INFO] [stdout]      |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/commit.rs:415:1
[INFO] [stdout]      |
[INFO] [stdout]  415 | impl<'repo> Drop for Commit<'repo> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `commit` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/commit.rs:415:1
[INFO] [stdout]      |
[INFO] [stdout]  415 | impl<'repo> Drop for Commit<'repo> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/commit.rs:415:1
[INFO] [stdout]      |
[INFO] [stdout]  415 | impl<'repo> Drop for Commit<'repo> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/signature.rs:141:1
[INFO] [stdout]      |
[INFO] [stdout]  141 | impl<'a> Drop for Signature<'a> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/signature.rs:141:1
[INFO] [stdout]      |
[INFO] [stdout]  141 | impl<'a> Drop for Signature<'a> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/signature.rs:141:1
[INFO] [stdout]      |
[INFO] [stdout]  141 | impl<'a> Drop for Signature<'a> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `parent` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/commit.rs:415:1
[INFO] [stdout]      |
[INFO] [stdout]  415 | impl<'repo> Drop for Commit<'repo> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `old` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/tree.rs:258:1
[INFO] [stdout]      |
[INFO] [stdout]  258 | impl<'repo> Drop for Tree<'repo> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `new` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/tree.rs:258:1
[INFO] [stdout]      |
[INFO] [stdout]  258 | impl<'repo> Drop for Tree<'repo> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `diff` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/diff.rs:463:1
[INFO] [stdout]      |
[INFO] [stdout]  463 | impl<'repo> Drop for Diff<'repo> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/diff.rs:463:1
[INFO] [stdout]      |
[INFO] [stdout]  463 | impl<'repo> Drop for Diff<'repo> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `stats` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/diff.rs:1221:1
[INFO] [stdout]      |
[INFO] [stdout] 1221 | impl Drop for DiffStats {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/diff.rs:1221:1
[INFO] [stdout]      |
[INFO] [stdout] 1221 | impl Drop for DiffStats {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> crates/torii-core/src/vcs/core_extensions.rs:1115:19
[INFO] [stdout]      |
[INFO] [stdout] 1115 |             match self.fetch_one(name) {
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                   |
[INFO] [stdout]      |                   this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                   up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 1116 |                 Ok(()) => println!("  ✅ {}", name),
[INFO] [stdout] 1117 |                 Err(e) => {
[INFO] [stdout]      |                     -
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     `e` calls a custom destructor
[INFO] [stdout]      |                     `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1122 |         }
[INFO] [stdout]      |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> crates/torii-core/src/vcs/core_extensions.rs:1502:11
[INFO] [stdout]      |
[INFO] [stdout] 1486 |     let (sig_buf, payload_buf) = match repo.extract_signature(&oid, None) {
[INFO] [stdout]      |          -------  -----------
[INFO] [stdout]      |          |        |
[INFO] [stdout]      |          |        `payload_buf` calls a custom destructor
[INFO] [stdout]      |          |        `payload_buf` will be dropped later as of Edition 2024
[INFO] [stdout]      |          `sig_buf` calls a custom destructor
[INFO] [stdout]      |          `sig_buf` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1502 |     match crate::gpg::verify(&armor, &payload, program.as_deref()) {
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |           |
[INFO] [stdout]      |           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |           up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1508 | }
[INFO] [stdout]      | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `sig_buf` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/buf.rs:67:1
[INFO] [stdout]      |
[INFO] [stdout]   67 | impl Drop for Buf {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `payload_buf` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/buf.rs:67:1
[INFO] [stdout]      |
[INFO] [stdout]   67 | impl Drop for Buf {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/torii-core/src/vcs/history_reauthor.rs:383:30
[INFO] [stdout]     |
[INFO] [stdout] 379 |           let commit = repo.find_commit(*old_oid).map_err(ToriiError::Git)?;
[INFO] [stdout]     |               ------   ----------------------------------------------------
[INFO] [stdout]     |               |        |
[INFO] [stdout]     |               |        this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |               |        `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |               `commit` calls a custom destructor
[INFO] [stdout]     |               `commit` will be dropped later as of Edition 2024
[INFO] [stdout] 380 |
[INFO] [stdout] 381 |           let new_author = remap_signature(&commit.author(), mapping);
[INFO] [stdout]     |                                             ---------------
[INFO] [stdout]     |                                             |
[INFO] [stdout]     |                                             this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                             `#2` will be dropped later as of Edition 2024
[INFO] [stdout] 382 |           let new_committer = if opts.committer {
[INFO] [stdout] 383 |               remap_signature(&commit.committer(), mapping)
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                                up until Edition 2021 `#13` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 384 |           } else {
[INFO] [stdout]     |           - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 390 |           let mut new_parents: Vec<Commit> = Vec::with_capacity(commit.parent_count());
[INFO] [stdout]     |               ---------------
[INFO] [stdout]     |               |
[INFO] [stdout]     |               `new_parents` calls a custom destructor
[INFO] [stdout]     |               `new_parents` will be dropped later as of Edition 2024
[INFO] [stdout] 391 |           let mut parents_changed = false;
[INFO] [stdout] 392 |           for parent in commit.parents() {
[INFO] [stdout]     |               ------    ----------------
[INFO] [stdout]     |               |         |
[INFO] [stdout]     |               |         this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |               |         `#3` will be dropped later as of Edition 2024
[INFO] [stdout]     |               `parent` calls a custom destructor
[INFO] [stdout]     |               `parent` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 398 |               new_parents.push(repo.find_commit(mapped).map_err(ToriiError::Git)?);
[INFO] [stdout]     |                                --------------------------------------------------
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 417 |           let author = sig_with_time(
[INFO] [stdout]     |  _____________------___-
[INFO] [stdout]     | |             |
[INFO] [stdout]     | |             `author` calls a custom destructor
[INFO] [stdout]     | |             `author` will be dropped later as of Edition 2024
[INFO] [stdout] 418 | |             new_author.as_deref().unwrap_or(""),
[INFO] [stdout] 419 | |             new_author.as_deref().unwrap_or(""),
[INFO] [stdout] 420 | |             commit.author().when(),
[INFO] [stdout]     | |             ---------------
[INFO] [stdout]     | |             |
[INFO] [stdout]     | |             this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     | |             `#6` will be dropped later as of Edition 2024
[INFO] [stdout] 421 | |             new_author.is_some().then_some(()),
[INFO] [stdout] 422 | |             &commit.author(),
[INFO] [stdout]     | |              ---------------
[INFO] [stdout]     | |              |
[INFO] [stdout]     | |              this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     | |              `#7` will be dropped later as of Edition 2024
[INFO] [stdout] 423 | |         )?;
[INFO] [stdout]     | |          -
[INFO] [stdout]     | |          |
[INFO] [stdout]     | |__________this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |            `#5` will be dropped later as of Edition 2024
[INFO] [stdout] 424 |
[INFO] [stdout] 425 |           let committer = sig_with_time(
[INFO] [stdout]     |  _____________---------___-
[INFO] [stdout]     |  _____________|___________|
[INFO] [stdout]     | |             |
[INFO] [stdout]     | |             `committer` calls a custom destructor
[INFO] [stdout]     | |             `committer` will be dropped later as of Edition 2024
[INFO] [stdout] 426 | |             new_committer.as_deref().unwrap_or(""),
[INFO] [stdout] 427 | |             new_committer.as_deref().unwrap_or(""),
[INFO] [stdout] 428 | |             commit.committer().when(),
[INFO] [stdout]     | |             ------------------
[INFO] [stdout]     | |             |
[INFO] [stdout]     | |             this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     | |             `#9` will be dropped later as of Edition 2024
[INFO] [stdout] 429 | |             new_committer.is_some().then_some(()),
[INFO] [stdout] 430 | |             &commit.committer(),
[INFO] [stdout]     | |              ------------------
[INFO] [stdout]     | |              |
[INFO] [stdout]     | |              this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     | |              `#10` will be dropped later as of Edition 2024
[INFO] [stdout] 431 | |         )?;
[INFO] [stdout]     | |          -
[INFO] [stdout]     | |__________|
[INFO] [stdout]     | |__________this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |            `#8` will be dropped later as of Edition 2024
[INFO] [stdout] 432 |
[INFO] [stdout] 433 | |         let tree = commit.tree().map_err(ToriiError::Git)?;
[INFO] [stdout]     | |             ----   ---------------------------------------
[INFO] [stdout]     | |             |      |
[INFO] [stdout]     | |             |      this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     | |             |      `#11` will be dropped later as of Edition 2024
[INFO] [stdout]     | |             `tree` calls a custom destructor
[INFO] [stdout]     | |             `tree` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 437 |           let new_oid = crate::core::commit_inner_split(
[INFO] [stdout]     |  _______________________-
[INFO] [stdout]     | |_______________________|
[INFO] [stdout] 438 | |             &repo,
[INFO] [stdout] 439 | |             None,
[INFO] [stdout] 440 | |             &author,
[INFO] [stdout] ...   |
[INFO] [stdout] 444 | |             &parent_refs,
[INFO] [stdout] 445 | |         )?;
[INFO] [stdout]     | |          -
[INFO] [stdout]     | |__________|
[INFO] [stdout]     | |__________this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |            `#12` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/signature.rs:141:1
[INFO] [stdout]     |
[INFO] [stdout] 141 | impl<'a> Drop for Signature<'a> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `commit` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/commit.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl<'repo> Drop for Commit<'repo> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/commit.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl<'repo> Drop for Commit<'repo> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/signature.rs:141:1
[INFO] [stdout]     |
[INFO] [stdout] 141 | impl<'a> Drop for Signature<'a> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `new_parents` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/commit.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl<'repo> Drop for Commit<'repo> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/commit.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl<'repo> Drop for Commit<'repo> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `parent` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/commit.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl<'repo> Drop for Commit<'repo> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/commit.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl<'repo> Drop for Commit<'repo> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `author` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/signature.rs:141:1
[INFO] [stdout]     |
[INFO] [stdout] 141 | impl<'a> Drop for Signature<'a> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/signature.rs:141:1
[INFO] [stdout]     |
[INFO] [stdout] 141 | impl<'a> Drop for Signature<'a> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/signature.rs:141:1
[INFO] [stdout]     |
[INFO] [stdout] 141 | impl<'a> Drop for Signature<'a> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/signature.rs:141:1
[INFO] [stdout]     |
[INFO] [stdout] 141 | impl<'a> Drop for Signature<'a> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `committer` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/signature.rs:141:1
[INFO] [stdout]     |
[INFO] [stdout] 141 | impl<'a> Drop for Signature<'a> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/signature.rs:141:1
[INFO] [stdout]     |
[INFO] [stdout] 141 | impl<'a> Drop for Signature<'a> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/signature.rs:141:1
[INFO] [stdout]     |
[INFO] [stdout] 141 | impl<'a> Drop for Signature<'a> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/signature.rs:141:1
[INFO] [stdout]     |
[INFO] [stdout] 141 | impl<'a> Drop for Signature<'a> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `tree` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/tree.rs:258:1
[INFO] [stdout]     |
[INFO] [stdout] 258 | impl<'repo> Drop for Tree<'repo> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/tree.rs:258:1
[INFO] [stdout]     |
[INFO] [stdout] 258 | impl<'repo> Drop for Tree<'repo> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/torii-core/src/versioning/auto_tag.rs:108:33
[INFO] [stdout]     |
[INFO] [stdout] 108 |             if let Ok(commit) = self.repo.repo.find_commit(oid) {
[INFO] [stdout]     |                       ------    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                       |         |
[INFO] [stdout]     |                       |         this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       |         up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                       `commit` calls a custom destructor
[INFO] [stdout]     |                       `commit` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 125 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/commit.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl<'repo> Drop for Commit<'repo> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `commit` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/commit.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl<'repo> Drop for Commit<'repo> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking gitorii v0.12.0 (/opt/rustwide/workdir/crates/torii)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/torii-core/src/workspace/mirror.rs:343:29
[INFO] [stdout]     |
[INFO] [stdout] 343 |             if let Err(e) = self.sync_to_mirror(&repo, mirror, force) {
[INFO] [stdout]     |                        -    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                        |    |
[INFO] [stdout]     |                        |    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                        |    up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                        `e` calls a custom destructor
[INFO] [stdout]     |                        `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 349 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/torii-core/src/workspace/mirror.rs:404:19
[INFO] [stdout]     |
[INFO] [stdout] 404 |             match self.sync_to_mirror(&repo, mirror, force) {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                   up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 409 |                 Err(e) => {
[INFO] [stdout]     |                     -
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     `e` calls a custom destructor
[INFO] [stdout]     |                     `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 417 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating crates/torii/src/main.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> crates/torii-core/src/vcs/core_extensions.rs:134:41
[INFO] [stdout]      |
[INFO] [stdout]   52 |             let commit = self.repository().find_commit(oid)?;
[INFO] [stdout]      |                 ------   -----------------------------------
[INFO] [stdout]      |                 |        |
[INFO] [stdout]      |                 |        this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                 |        `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                 `commit` calls a custom destructor
[INFO] [stdout]      |                 `commit` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]   57 |                 let name = commit.author().name().unwrap_or("").to_lowercase();
[INFO] [stdout]      |                            ---------------
[INFO] [stdout]      |                            |
[INFO] [stdout]      |                            this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                            `#2` will be dropped later as of Edition 2024
[INFO] [stdout]   58 |                 let email = commit.author().email().unwrap_or("").to_lowercase();
[INFO] [stdout]      |                             ---------------
[INFO] [stdout]      |                             |
[INFO] [stdout]      |                             this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                             `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  115 |                 if let Some(author_name) = commit.author().name() {
[INFO] [stdout]      |                                            ---------------
[INFO] [stdout]      |                                            |
[INFO] [stdout]      |                                            this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                                            `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  134 |                     if let Ok(parent) = commit.parent(0) {
[INFO] [stdout]      |                               ------    ^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                               |         |
[INFO] [stdout]      |                               |         this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                               |         up until Edition 2021 `#7` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                               `parent` calls a custom destructor
[INFO] [stdout]      |                               `parent` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  137 |                         if let (Some(old), Some(new)) = (old_tree, new_tree) {
[INFO] [stdout]      |                                      ---        ---
[INFO] [stdout]      |                                      |          |
[INFO] [stdout]      |                                      |          `new` calls a custom destructor
[INFO] [stdout]      |                                      |          `new` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                      `old` calls a custom destructor
[INFO] [stdout]      |                                      `old` will be dropped later as of Edition 2024
[INFO] [stdout]  138 |                             let diff =
[INFO] [stdout]      |                                 ----
[INFO] [stdout]      |                                 |
[INFO] [stdout]      |                                 `diff` calls a custom destructor
[INFO] [stdout]      |                                 `diff` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  141 |                             if let Ok(diff) = diff {
[INFO] [stdout]      |                                       ----
[INFO] [stdout]      |                                       |
[INFO] [stdout]      |                                       this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                                       `#5` will be dropped later as of Edition 2024
[INFO] [stdout]  142 |                                 let stats = diff.stats()?;
[INFO] [stdout]      |                                     -----   -------------
[INFO] [stdout]      |                                     |       |
[INFO] [stdout]      |                                     |       this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                                     |       `#6` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                     `stats` calls a custom destructor
[INFO] [stdout]      |                                     `stats` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  153 |                 }
[INFO] [stdout]      |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/commit.rs:415:1
[INFO] [stdout]      |
[INFO] [stdout]  415 | impl<'repo> Drop for Commit<'repo> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `commit` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/commit.rs:415:1
[INFO] [stdout]      |
[INFO] [stdout]  415 | impl<'repo> Drop for Commit<'repo> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/commit.rs:415:1
[INFO] [stdout]      |
[INFO] [stdout]  415 | impl<'repo> Drop for Commit<'repo> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/signature.rs:141:1
[INFO] [stdout]      |
[INFO] [stdout]  141 | impl<'a> Drop for Signature<'a> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/signature.rs:141:1
[INFO] [stdout]      |
[INFO] [stdout]  141 | impl<'a> Drop for Signature<'a> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/signature.rs:141:1
[INFO] [stdout]      |
[INFO] [stdout]  141 | impl<'a> Drop for Signature<'a> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `parent` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/commit.rs:415:1
[INFO] [stdout]      |
[INFO] [stdout]  415 | impl<'repo> Drop for Commit<'repo> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `old` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/tree.rs:258:1
[INFO] [stdout]      |
[INFO] [stdout]  258 | impl<'repo> Drop for Tree<'repo> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `new` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/tree.rs:258:1
[INFO] [stdout]      |
[INFO] [stdout]  258 | impl<'repo> Drop for Tree<'repo> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `diff` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/diff.rs:463:1
[INFO] [stdout]      |
[INFO] [stdout]  463 | impl<'repo> Drop for Diff<'repo> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/diff.rs:463:1
[INFO] [stdout]      |
[INFO] [stdout]  463 | impl<'repo> Drop for Diff<'repo> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `stats` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/diff.rs:1221:1
[INFO] [stdout]      |
[INFO] [stdout] 1221 | impl Drop for DiffStats {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/diff.rs:1221:1
[INFO] [stdout]      |
[INFO] [stdout] 1221 | impl Drop for DiffStats {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> crates/torii-core/src/vcs/core_extensions.rs:1115:19
[INFO] [stdout]      |
[INFO] [stdout] 1115 |             match self.fetch_one(name) {
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                   |
[INFO] [stdout]      |                   this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                   up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 1116 |                 Ok(()) => println!("  ✅ {}", name),
[INFO] [stdout] 1117 |                 Err(e) => {
[INFO] [stdout]      |                     -
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     `e` calls a custom destructor
[INFO] [stdout]      |                     `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1122 |         }
[INFO] [stdout]      |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> crates/torii-core/src/vcs/core_extensions.rs:1502:11
[INFO] [stdout]      |
[INFO] [stdout] 1486 |     let (sig_buf, payload_buf) = match repo.extract_signature(&oid, None) {
[INFO] [stdout]      |          -------  -----------
[INFO] [stdout]      |          |        |
[INFO] [stdout]      |          |        `payload_buf` calls a custom destructor
[INFO] [stdout]      |          |        `payload_buf` will be dropped later as of Edition 2024
[INFO] [stdout]      |          `sig_buf` calls a custom destructor
[INFO] [stdout]      |          `sig_buf` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1502 |     match crate::gpg::verify(&armor, &payload, program.as_deref()) {
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |           |
[INFO] [stdout]      |           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |           up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1508 | }
[INFO] [stdout]      | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `sig_buf` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/buf.rs:67:1
[INFO] [stdout]      |
[INFO] [stdout]   67 | impl Drop for Buf {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `payload_buf` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/buf.rs:67:1
[INFO] [stdout]      |
[INFO] [stdout]   67 | impl Drop for Buf {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/torii-core/src/vcs/history_reauthor.rs:383:30
[INFO] [stdout]     |
[INFO] [stdout] 379 |           let commit = repo.find_commit(*old_oid).map_err(ToriiError::Git)?;
[INFO] [stdout]     |               ------   ----------------------------------------------------
[INFO] [stdout]     |               |        |
[INFO] [stdout]     |               |        this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |               |        `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |               `commit` calls a custom destructor
[INFO] [stdout]     |               `commit` will be dropped later as of Edition 2024
[INFO] [stdout] 380 |
[INFO] [stdout] 381 |           let new_author = remap_signature(&commit.author(), mapping);
[INFO] [stdout]     |                                             ---------------
[INFO] [stdout]     |                                             |
[INFO] [stdout]     |                                             this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                             `#2` will be dropped later as of Edition 2024
[INFO] [stdout] 382 |           let new_committer = if opts.committer {
[INFO] [stdout] 383 |               remap_signature(&commit.committer(), mapping)
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                                up until Edition 2021 `#13` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 384 |           } else {
[INFO] [stdout]     |           - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 390 |           let mut new_parents: Vec<Commit> = Vec::with_capacity(commit.parent_count());
[INFO] [stdout]     |               ---------------
[INFO] [stdout]     |               |
[INFO] [stdout]     |               `new_parents` calls a custom destructor
[INFO] [stdout]     |               `new_parents` will be dropped later as of Edition 2024
[INFO] [stdout] 391 |           let mut parents_changed = false;
[INFO] [stdout] 392 |           for parent in commit.parents() {
[INFO] [stdout]     |               ------    ----------------
[INFO] [stdout]     |               |         |
[INFO] [stdout]     |               |         this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |               |         `#3` will be dropped later as of Edition 2024
[INFO] [stdout]     |               `parent` calls a custom destructor
[INFO] [stdout]     |               `parent` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 398 |               new_parents.push(repo.find_commit(mapped).map_err(ToriiError::Git)?);
[INFO] [stdout]     |                                --------------------------------------------------
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 417 |           let author = sig_with_time(
[INFO] [stdout]     |  _____________------___-
[INFO] [stdout]     | |             |
[INFO] [stdout]     | |             `author` calls a custom destructor
[INFO] [stdout]     | |             `author` will be dropped later as of Edition 2024
[INFO] [stdout] 418 | |             new_author.as_deref().unwrap_or(""),
[INFO] [stdout] 419 | |             new_author.as_deref().unwrap_or(""),
[INFO] [stdout] 420 | |             commit.author().when(),
[INFO] [stdout]     | |             ---------------
[INFO] [stdout]     | |             |
[INFO] [stdout]     | |             this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     | |             `#6` will be dropped later as of Edition 2024
[INFO] [stdout] 421 | |             new_author.is_some().then_some(()),
[INFO] [stdout] 422 | |             &commit.author(),
[INFO] [stdout]     | |              ---------------
[INFO] [stdout]     | |              |
[INFO] [stdout]     | |              this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     | |              `#7` will be dropped later as of Edition 2024
[INFO] [stdout] 423 | |         )?;
[INFO] [stdout]     | |          -
[INFO] [stdout]     | |          |
[INFO] [stdout]     | |__________this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |            `#5` will be dropped later as of Edition 2024
[INFO] [stdout] 424 |
[INFO] [stdout] 425 |           let committer = sig_with_time(
[INFO] [stdout]     |  _____________---------___-
[INFO] [stdout]     |  _____________|___________|
[INFO] [stdout]     | |             |
[INFO] [stdout]     | |             `committer` calls a custom destructor
[INFO] [stdout]     | |             `committer` will be dropped later as of Edition 2024
[INFO] [stdout] 426 | |             new_committer.as_deref().unwrap_or(""),
[INFO] [stdout] 427 | |             new_committer.as_deref().unwrap_or(""),
[INFO] [stdout] 428 | |             commit.committer().when(),
[INFO] [stdout]     | |             ------------------
[INFO] [stdout]     | |             |
[INFO] [stdout]     | |             this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     | |             `#9` will be dropped later as of Edition 2024
[INFO] [stdout] 429 | |             new_committer.is_some().then_some(()),
[INFO] [stdout] 430 | |             &commit.committer(),
[INFO] [stdout]     | |              ------------------
[INFO] [stdout]     | |              |
[INFO] [stdout]     | |              this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     | |              `#10` will be dropped later as of Edition 2024
[INFO] [stdout] 431 | |         )?;
[INFO] [stdout]     | |          -
[INFO] [stdout]     | |__________|
[INFO] [stdout]     | |__________this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |            `#8` will be dropped later as of Edition 2024
[INFO] [stdout] 432 |
[INFO] [stdout] 433 | |         let tree = commit.tree().map_err(ToriiError::Git)?;
[INFO] [stdout]     | |             ----   ---------------------------------------
[INFO] [stdout]     | |             |      |
[INFO] [stdout]     | |             |      this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     | |             |      `#11` will be dropped later as of Edition 2024
[INFO] [stdout]     | |             `tree` calls a custom destructor
[INFO] [stdout]     | |             `tree` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 437 |           let new_oid = crate::core::commit_inner_split(
[INFO] [stdout]     |  _______________________-
[INFO] [stdout]     | |_______________________|
[INFO] [stdout] 438 | |             &repo,
[INFO] [stdout] 439 | |             None,
[INFO] [stdout] 440 | |             &author,
[INFO] [stdout] ...   |
[INFO] [stdout] 444 | |             &parent_refs,
[INFO] [stdout] 445 | |         )?;
[INFO] [stdout]     | |          -
[INFO] [stdout]     | |__________|
[INFO] [stdout]     | |__________this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |            `#12` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/signature.rs:141:1
[INFO] [stdout]     |
[INFO] [stdout] 141 | impl<'a> Drop for Signature<'a> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `commit` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/commit.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl<'repo> Drop for Commit<'repo> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/commit.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl<'repo> Drop for Commit<'repo> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/signature.rs:141:1
[INFO] [stdout]     |
[INFO] [stdout] 141 | impl<'a> Drop for Signature<'a> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `new_parents` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/commit.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl<'repo> Drop for Commit<'repo> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/commit.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl<'repo> Drop for Commit<'repo> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `parent` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/commit.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl<'repo> Drop for Commit<'repo> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/commit.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl<'repo> Drop for Commit<'repo> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `author` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/signature.rs:141:1
[INFO] [stdout]     |
[INFO] [stdout] 141 | impl<'a> Drop for Signature<'a> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/signature.rs:141:1
[INFO] [stdout]     |
[INFO] [stdout] 141 | impl<'a> Drop for Signature<'a> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/signature.rs:141:1
[INFO] [stdout]     |
[INFO] [stdout] 141 | impl<'a> Drop for Signature<'a> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/signature.rs:141:1
[INFO] [stdout]     |
[INFO] [stdout] 141 | impl<'a> Drop for Signature<'a> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `committer` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/signature.rs:141:1
[INFO] [stdout]     |
[INFO] [stdout] 141 | impl<'a> Drop for Signature<'a> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/signature.rs:141:1
[INFO] [stdout]     |
[INFO] [stdout] 141 | impl<'a> Drop for Signature<'a> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/signature.rs:141:1
[INFO] [stdout]     |
[INFO] [stdout] 141 | impl<'a> Drop for Signature<'a> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/signature.rs:141:1
[INFO] [stdout]     |
[INFO] [stdout] 141 | impl<'a> Drop for Signature<'a> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `tree` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/tree.rs:258:1
[INFO] [stdout]     |
[INFO] [stdout] 258 | impl<'repo> Drop for Tree<'repo> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/tree.rs:258:1
[INFO] [stdout]     |
[INFO] [stdout] 258 | impl<'repo> Drop for Tree<'repo> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/torii-core/src/versioning/auto_tag.rs:108:33
[INFO] [stdout]     |
[INFO] [stdout] 108 |             if let Ok(commit) = self.repo.repo.find_commit(oid) {
[INFO] [stdout]     |                       ------    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                       |         |
[INFO] [stdout]     |                       |         this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       |         up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                       `commit` calls a custom destructor
[INFO] [stdout]     |                       `commit` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 125 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/commit.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl<'repo> Drop for Commit<'repo> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `commit` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/commit.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl<'repo> Drop for Commit<'repo> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/torii-core/src/workspace/mirror.rs:343:29
[INFO] [stdout]     |
[INFO] [stdout] 343 |             if let Err(e) = self.sync_to_mirror(&repo, mirror, force) {
[INFO] [stdout]     |                        -    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                        |    |
[INFO] [stdout]     |                        |    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                        |    up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                        `e` calls a custom destructor
[INFO] [stdout]     |                        `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 349 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/torii-core/src/workspace/mirror.rs:404:19
[INFO] [stdout]     |
[INFO] [stdout] 404 |             match self.sync_to_mirror(&repo, mirror, force) {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                   up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 409 |                 Err(e) => {
[INFO] [stdout]     |                     -
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     `e` calls a custom destructor
[INFO] [stdout]     |                     `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 417 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating crates/torii/tests/save_no_tty.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/torii/src/cli/fsck.rs:111:29
[INFO] [stdout]     |
[INFO] [stdout] 109 |         for r in refs.flatten() {
[INFO] [stdout]     |             -    --------------
[INFO] [stdout]     |             |    |
[INFO] [stdout]     |             |    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |             |    `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |             `r` calls a custom destructor
[INFO] [stdout]     |             `r` will be dropped later as of Edition 2024
[INFO] [stdout] 110 |             let Some(name) = r.name() else { continue };
[INFO] [stdout] 111 |             if let Ok(rl) = repo.reflog(name) {
[INFO] [stdout]     |                       --    ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                       |     |
[INFO] [stdout]     |                       |     this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                       |     up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                       `rl` calls a custom destructor
[INFO] [stdout]     |                       `rl` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 117 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/reflog.rs:114:1
[INFO] [stdout]     |
[INFO] [stdout] 114 | impl Drop for Reflog {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/reference.rs:442:1
[INFO] [stdout]     |
[INFO] [stdout] 442 | impl<'repo> Drop for Reference<'repo> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `r` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/reference.rs:442:1
[INFO] [stdout]     |
[INFO] [stdout] 442 | impl<'repo> Drop for Reference<'repo> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `rl` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/reflog.rs:114:1
[INFO] [stdout]     |
[INFO] [stdout] 114 | impl Drop for Reflog {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/torii/src/cli/fsck.rs:267:30
[INFO] [stdout]     |
[INFO] [stdout] 261 |     for entry in tree.iter() {
[INFO] [stdout]     |         -----    -----------
[INFO] [stdout]     |         |        |
[INFO] [stdout]     |         |        this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |         |        `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |         `entry` calls a custom destructor
[INFO] [stdout]     |         `entry` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 267 |             if let Ok(sub) = repo.find_tree(id) {
[INFO] [stdout]     |                       ---    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                       |      |
[INFO] [stdout]     |                       |      this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                       |      up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                       `sub` calls a custom destructor
[INFO] [stdout]     |                       `sub` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 270 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/tree.rs:258:1
[INFO] [stdout]     |
[INFO] [stdout] 258 | impl<'repo> Drop for Tree<'repo> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/tree.rs:384:1
[INFO] [stdout]     |
[INFO] [stdout] 384 | impl<'a> Drop for TreeEntry<'a> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `entry` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/tree.rs:384:1
[INFO] [stdout]     |
[INFO] [stdout] 384 | impl<'a> Drop for TreeEntry<'a> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `sub` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/tree.rs:258:1
[INFO] [stdout]     |
[INFO] [stdout] 258 | impl<'repo> Drop for Tree<'repo> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/torii/src/cli/package.rs:162:23
[INFO] [stdout]     |
[INFO] [stdout] 162 |                 match client.delete(&owner, &repo_name, &p.id) {
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 167 |                     Err(e) => {
[INFO] [stdout]     |                         -
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         `e` calls a custom destructor
[INFO] [stdout]     |                         `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 172 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/torii/src/cli/pipeline.rs:216:23
[INFO] [stdout]     |
[INFO] [stdout] 216 |                 match client.delete(&owner, &repo_name, &p.id) {
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 221 |                     Err(e) => {
[INFO] [stdout]     |                         -
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         `e` calls a custom destructor
[INFO] [stdout]     |                         `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 226 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/torii/src/cli/remote.rs:205:23
[INFO] [stdout]     |
[INFO] [stdout] 205 |                   match get_platform_client(platform) {
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                         up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 206 |                       Ok(client) => match client.create_repo(
[INFO] [stdout]     |  ________________________------___________-
[INFO] [stdout]     | |                        |
[INFO] [stdout]     | |                        `client` calls a custom destructor
[INFO] [stdout]     | |                        `client` will be dropped later as of Edition 2024
[INFO] [stdout] 207 | |                         &resolved_name,
[INFO] [stdout] 208 | |                         description.as_deref(),
[INFO] [stdout] 209 | |                         visibility.clone(),
[INFO] [stdout] 210 | |                         resolved_ns.as_deref(),
[INFO] [stdout] 211 | |                     ) {
[INFO] [stdout]     | |                     -
[INFO] [stdout]     | |                     |
[INFO] [stdout]     | |_____________________this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 218 |                           Err(e) => println!("❌ Failed: {}", e),
[INFO] [stdout]     |                               -
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               `e` calls a custom destructor
[INFO] [stdout]     |                               `e` will be dropped later as of Edition 2024
[INFO] [stdout] 219 |                       },
[INFO] [stdout] 220 |                       Err(e) => println!("❌ Platform error: {}", e),
[INFO] [stdout]     |                           -
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                           `#2` will be dropped later as of Edition 2024
[INFO] [stdout] 221 |                   }
[INFO] [stdout] 222 |               }
[INFO] [stdout]     |               - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `client` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/torii/src/cli/remote.rs:269:23
[INFO] [stdout]     |
[INFO] [stdout] 269 |                 match get_platform_client(platform) {
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                       up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 270 |                     Ok(client) => match client.delete_repo(owner, repo) {
[INFO] [stdout]     |                        ------           -------------------------------
[INFO] [stdout]     |                        |                |
[INFO] [stdout]     |                        |                this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                        |                `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                        `client` calls a custom destructor
[INFO] [stdout]     |                        `client` will be dropped later as of Edition 2024
[INFO] [stdout] 271 |                         Ok(_) => println!("✅ Deleted"),
[INFO] [stdout] 272 |                         Err(e) => println!("❌ Failed: {}", e),
[INFO] [stdout]     |                             -
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `e` calls a custom destructor
[INFO] [stdout]     |                             `e` will be dropped later as of Edition 2024
[INFO] [stdout] 273 |                     },
[INFO] [stdout] 274 |                     Err(e) => println!("❌ Platform error: {}", e),
[INFO] [stdout]     |                         -
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout] 275 |                 }
[INFO] [stdout] 276 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `client` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to deprecated safe function `std::env::set_var` is unsafe and requires unsafe block
[INFO] [stdout]   --> crates/torii/src/cli/sign.rs:23:27
[INFO] [stdout]    |
[INFO] [stdout] 23 |             Some(true) => std::env::set_var("TORII_SIGN_OVERRIDE", "true"),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/newly-unsafe-functions.html>
[INFO] [stdout]    = note: `--force-warn deprecated-safe-2024` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] help: you can wrap the call in an `unsafe` block if you can guarantee that the environment access only happens in single-threaded code
[INFO] [stdout]    |
[INFO] [stdout] 23 +             // FIXME: Audit that the environment access only happens in single-threaded code.
[INFO] [stdout] 24 ~             Some(true) => unsafe { std::env::set_var("TORII_SIGN_OVERRIDE", "true") },
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to deprecated safe function `std::env::set_var` is unsafe and requires unsafe block
[INFO] [stdout]   --> crates/torii/src/cli/sign.rs:24:28
[INFO] [stdout]    |
[INFO] [stdout] 24 |             Some(false) => std::env::set_var("TORII_SIGN_OVERRIDE", "false"),
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/newly-unsafe-functions.html>
[INFO] [stdout] help: you can wrap the call in an `unsafe` block if you can guarantee that the environment access only happens in single-threaded code
[INFO] [stdout]    |
[INFO] [stdout] 24 +             // FIXME: Audit that the environment access only happens in single-threaded code.
[INFO] [stdout] 25 ~             Some(false) => unsafe { std::env::set_var("TORII_SIGN_OVERRIDE", "false") },
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to deprecated safe function `std::env::set_var` is unsafe and requires unsafe block
[INFO] [stdout]   --> crates/torii/src/cli/sign.rs:45:24
[INFO] [stdout]    |
[INFO] [stdout] 45 |             Some(v) => std::env::set_var("TORII_SIGN_OVERRIDE", v),
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/newly-unsafe-functions.html>
[INFO] [stdout] help: you can wrap the call in an `unsafe` block if you can guarantee that the environment access only happens in single-threaded code
[INFO] [stdout]    |
[INFO] [stdout] 45 +             // FIXME: Audit that the environment access only happens in single-threaded code.
[INFO] [stdout] 46 ~             Some(v) => unsafe { std::env::set_var("TORII_SIGN_OVERRIDE", v) },
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to deprecated safe function `std::env::remove_var` is unsafe and requires unsafe block
[INFO] [stdout]   --> crates/torii/src/cli/sign.rs:46:21
[INFO] [stdout]    |
[INFO] [stdout] 46 |             None => std::env::remove_var("TORII_SIGN_OVERRIDE"),
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/newly-unsafe-functions.html>
[INFO] [stdout] help: you can wrap the call in an `unsafe` block if you can guarantee that the environment access only happens in single-threaded code
[INFO] [stdout]    |
[INFO] [stdout] 46 +             // FIXME: Audit that the environment access only happens in single-threaded code.
[INFO] [stdout] 47 ~             None => unsafe { std::env::remove_var("TORII_SIGN_OVERRIDE") },
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/torii/src/cmd/worktree.rs:752:29
[INFO] [stdout]     |
[INFO] [stdout] 752 |             if let Ok(wt) = repo.find_worktree(name) {
[INFO] [stdout]     |                       --    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                       |     |
[INFO] [stdout]     |                       |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                       `wt` calls a custom destructor
[INFO] [stdout]     |                       `wt` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 761 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/worktree.rs:259:1
[INFO] [stdout]     |
[INFO] [stdout] 259 | impl Drop for Worktree {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `wt` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/worktree.rs:259:1
[INFO] [stdout]     |
[INFO] [stdout] 259 | impl Drop for Worktree {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/torii/src/cmd/worktree.rs:787:33
[INFO] [stdout]     |
[INFO] [stdout] 787 |                 if let Ok(wt) = repo.find_worktree(name) {
[INFO] [stdout]     |                           --    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                           |     |
[INFO] [stdout]     |                           |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                           |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                           `wt` calls a custom destructor
[INFO] [stdout]     |                           `wt` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 797 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/worktree.rs:259:1
[INFO] [stdout]     |
[INFO] [stdout] 259 | impl Drop for Worktree {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `wt` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/worktree.rs:259:1
[INFO] [stdout]     |
[INFO] [stdout] 259 | impl Drop for Worktree {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/torii/src/tui/app/auth.rs:155:23
[INFO] [stdout]     |
[INFO] [stdout] 155 |                 match crate::oauth::poll_device_flow(&mut session) {
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 163 |                     Err(e) => {
[INFO] [stdout]     |                         -
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         `e` calls a custom destructor
[INFO] [stdout]     |                         `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 168 |             };
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/torii/src/tui/app/mod.rs:809:15
[INFO] [stdout]     |
[INFO] [stdout] 806 |         let head = repo.head().ok().and_then(|h| h.peel_to_commit().ok());
[INFO] [stdout]     |             ----
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `head` calls a custom destructor
[INFO] [stdout]     |             `head` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 809 |         match (tree, index) {
[INFO] [stdout]     |               ^^^^^^^^^^^^^
[INFO] [stdout]     |               |
[INFO] [stdout]     |               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |               up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 814 |     } else {
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/index.rs:658:1
[INFO] [stdout]     |
[INFO] [stdout] 658 | impl Drop for Index {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/tree.rs:258:1
[INFO] [stdout]     |
[INFO] [stdout] 258 | impl<'repo> Drop for Tree<'repo> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `head` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/commit.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl<'repo> Drop for Commit<'repo> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/torii/src/tui/views/bisect.rs:463:28
[INFO] [stdout]     |
[INFO] [stdout] 463 |             if let Ok(c) = repo.find_commit(oid) {
[INFO] [stdout]     |                       -    ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                       |    |
[INFO] [stdout]     |                       |    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       |    up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                       `c` calls a custom destructor
[INFO] [stdout]     |                       `c` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 473 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/commit.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl<'repo> Drop for Commit<'repo> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `c` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/commit.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl<'repo> Drop for Commit<'repo> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly dereference within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]     --> crates/torii/src/tui/mod.rs:1675:38
[INFO] [stdout]      |
[INFO] [stdout] 1675 |                         .filter(|(_, &sel)| sel)
[INFO] [stdout]      |                                      ^ reference pattern not allowed when implicitly borrowing
[INFO] [stdout]      |
[INFO] [stdout] note: matching on a reference type with a non-reference pattern implicitly borrows the contents
[INFO] [stdout]     --> crates/torii/src/tui/mod.rs:1675:34
[INFO] [stdout]      |
[INFO] [stdout] 1675 |                         .filter(|(_, &sel)| sel)
[INFO] [stdout]      |                                  ^^^^^^^^^ this non-reference pattern matches on a reference type `&_`
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]      = note: `--force-warn rust-2024-incompatible-pat` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]      |
[INFO] [stdout] 1675 |                         .filter(|&(_, &sel)| sel)
[INFO] [stdout]      |                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: rustc interrupted by SIGSEGV, printing backtrace
[INFO] [stderr] 
[INFO] [stderr] /opt/rustwide/rustup-home/toolchains/622891a4e29178280638a6b63a8908bde2c0c854/lib/librustc_driver-f84658577f279709.so(+0x3cf9acc)[0x7e2c530f9acc]
[INFO] [stderr] /lib/x86_64-linux-gnu/libc.so.6(+0x45330)[0x7e2c4f233330]
[INFO] [stderr] /opt/rustwide/rustup-home/toolchains/622891a4e29178280638a6b63a8908bde2c0c854/lib/librustc_driver-f84658577f279709.so(+0x4583125)[0x7e2c53983125]
[INFO] [stderr] /opt/rustwide/rustup-home/toolchains/622891a4e29178280638a6b63a8908bde2c0c854/lib/librustc_driver-f84658577f279709.so(+0x45823d2)[0x7e2c539823d2]
[INFO] [stderr] 
[INFO] [stderr] ### cycle encountered after 4 frames with period 5
[INFO] [stderr] /opt/rustwide/rustup-home/toolchains/622891a4e29178280638a6b63a8908bde2c0c854/lib/librustc_driver-f84658577f279709.so(+0x45827d9)[0x7e2c539827d9]
[INFO] [stderr] /opt/rustwide/rustup-home/toolchains/622891a4e29178280638a6b63a8908bde2c0c854/lib/librustc_driver-f84658577f279709.so(+0x45827d9)[0x7e2c539827d9]
[INFO] [stderr] /opt/rustwide/rustup-home/toolchains/622891a4e29178280638a6b63a8908bde2c0c854/lib/librustc_driver-f84658577f279709.so(+0x45827d9)[0x7e2c539827d9]
[INFO] [stderr] /opt/rustwide/rustup-home/toolchains/622891a4e29178280638a6b63a8908bde2c0c854/lib/librustc_driver-f84658577f279709.so(+0x45827d9)[0x7e2c539827d9]
[INFO] [stderr] /opt/rustwide/rustup-home/toolchains/622891a4e29178280638a6b63a8908bde2c0c854/lib/librustc_driver-f84658577f279709.so(+0x45827d9)[0x7e2c539827d9]
[INFO] [stderr] ### recursed 50 times
[INFO] [stderr] 
[INFO] [stderr] /opt/rustwide/rustup-home/toolchains/622891a4e29178280638a6b63a8908bde2c0c854/lib/librustc_driver-f84658577f279709.so(+0x45827d9)[0x7e2c539827d9]
[INFO] [stderr] /opt/rustwide/rustup-home/toolchains/622891a4e29178280638a6b63a8908bde2c0c854/lib/librustc_driver-f84658577f279709.so(+0x45827d9)[0x7e2c539827d9]
[INFO] [stderr] 
[INFO] [stderr] note: rustc unexpectedly overflowed its stack! this is a bug
[INFO] [stderr] note: maximum backtrace depth reached, frames may have been lost
[INFO] [stderr] note: we would appreciate a report at https://github.com/rust-lang/rust
[INFO] [stderr] help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
[INFO] [stderr] child failed with signal `11`
[INFO] [stderr] error: could not compile `gitorii` (bin "torii"); 17 warnings emitted
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/622891a4e29178280638a6b63a8908bde2c0c854/bin/cargo /opt/rustwide/rustup-home/toolchains/622891a4e29178280638a6b63a8908bde2c0c854/bin/rustc --crate-name torii --edition=2021 crates/torii/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5eea528d4212abb0 -C extra-filename=-5e87216d525443d3 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-c71454bee9a46d61.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-0a4a6f53060681fe.rmeta --extern clap=/opt/rustwide/target/debug/deps/libclap-77f84dc6cb272e1a.rmeta --extern crossterm=/opt/rustwide/target/debug/deps/libcrossterm-856e491203af5150.rmeta --extern dirs=/opt/rustwide/target/debug/deps/libdirs-66b045b296ccce43.rmeta --extern git2=/opt/rustwide/target/debug/deps/libgit2-8dce3fcc4f6c9bc8.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-bce9f9d56919ac3d.rmeta --extern ratatui=/opt/rustwide/target/debug/deps/libratatui-8f325f40137ec0a7.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-de2b865c629367d8.rmeta --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-0d0bf0bb97223a3f.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-197a5c1c4d164316.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-b8b7fd7c199815f9.rmeta --extern toml=/opt/rustwide/target/debug/deps/libtoml-384477f4679a31cd.rmeta --extern torii_lib=/opt/rustwide/target/debug/deps/libtorii_lib-145d17f7a1a3c2b5.rmeta -L native=/opt/rustwide/target/debug/build/libgit2-sys-c88b4c5b84fa209f/out/build -L native=/opt/rustwide/target/debug/build/ring-3f09163ef044bcfb/out -L native=/opt/rustwide/target/debug/build/aws-lc-sys-5a505846359408ac/out` (exit status: 2)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> crates/torii/src/tui/mod.rs:108:33
[INFO] [stdout]      |
[INFO] [stdout]  108 |               if let Ok(result) = rx.try_recv() {
[INFO] [stdout]      |                         ------    ^^^^^^^^^^^^^
[INFO] [stdout]      |                         |         |
[INFO] [stdout]      |                         |         this value will be stored in a temporary; let us call it `#102`
[INFO] [stdout]      |                         |         up until Edition 2021 `#102` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                         `result` calls a custom destructor
[INFO] [stdout]      |                         `result` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  111 |                       Err(e) => SyncStatus::Error(
[INFO] [stdout]      |                           -
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           `e` calls a custom destructor
[INFO] [stdout]      |                           `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  122 |                   app.refresh()?;
[INFO] [stdout]      |                   --------------
[INFO] [stdout]      |                   |
[INFO] [stdout]      |                   this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                   `#1` will be dropped later as of Edition 2024
[INFO] [stdout]  123 |               }
[INFO] [stdout]  124 |           }
[INFO] [stdout]      |           - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout]  128 |               if let Ok(result) = rx.try_recv() {
[INFO] [stdout]      |                         ------
[INFO] [stdout]      |                         |
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  136 |                       Err(e) => {
[INFO] [stdout]      |                           -
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                           `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  146 |               if let Ok(result) = rx.try_recv() {
[INFO] [stdout]      |                         ------
[INFO] [stdout]      |                         |
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                         `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  154 |                       Err(e) => {
[INFO] [stdout]      |                           -
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                           `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  167 |               if let Ok(result) = rx.try_recv() {
[INFO] [stdout]      |                         ------
[INFO] [stdout]      |                         |
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                         `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  179 |                       Err(e) => app.platform_view.error = Some(e.to_string()),
[INFO] [stdout]      |                           -
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                           `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  184 |               if let Ok(result) = rx.try_recv() {
[INFO] [stdout]      |                         ------
[INFO] [stdout]      |                         |
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      |                         `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  194 |                       Err(e) => app.platform_view.error = Some(e.to_string()),
[INFO] [stdout]      |                           -
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      |                           `#9` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  199 |               if let Ok(result) = rx.try_recv() {
[INFO] [stdout]      |                         ------
[INFO] [stdout]      |                         |
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      |                         `#10` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  207 |                       Err(e) => app.platform_view.error = Some(e.to_string()),
[INFO] [stdout]      |                           -
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      |                           `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  212 |               if let Ok(result) = rx.try_recv() {
[INFO] [stdout]      |                         ------
[INFO] [stdout]      |                         |
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      |                         `#12` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  220 |                       Err(e) => app.platform_view.error = Some(e.to_string()),
[INFO] [stdout]      |                           -
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      |                           `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  225 |               if let Ok(result) = rx.try_recv() {
[INFO] [stdout]      |                         ------
[INFO] [stdout]      |                         |
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      |                         `#14` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  235 |                       Err(e) => app.platform_view.error = Some(e.to_string()),
[INFO] [stdout]      |                           -
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      |                           `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  240 |               if let Ok(result) = rx.try_recv() {
[INFO] [stdout]      |                         ------
[INFO] [stdout]      |                         |
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      |                         `#16` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  255 |                       Err(e) => app.platform_view.error = Some(e.to_string()),
[INFO] [stdout]      |                           -
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      |                           `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  388 |                   let _ = create_snapshot_with_name(app, "auto");
[INFO] [stdout]      |                           --------------------------------------
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      |                           `#18` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  395 |           if let Some(action) = events.next(app)? {
[INFO] [stdout]      |                                 -----------------
[INFO] [stdout]      |                                 |
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      |                                 `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  411 |                       app.refresh()?;
[INFO] [stdout]      |                       --------------
[INFO] [stdout]      |                       |
[INFO] [stdout]      |                       this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      |                       `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  417 |                       stage_selected(app)?;
[INFO] [stdout]      |                       --------------------
[INFO] [stdout]      |                       |
[INFO] [stdout]      |                       this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      |                       `#21` will be dropped later as of Edition 2024
[INFO] [stdout]  418 |                       app.refresh()?;
[INFO] [stdout]      |                       --------------
[INFO] [stdout]      |                       |
[INFO] [stdout]      |                       this value will be stored in a temporary; let us call it `#22`
[INFO] [stdout]      |                       `#22` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  422 |                       unstage_selected(app)?;
[INFO] [stdout]      |                       ----------------------
[INFO] [stdout]      |                       |
[INFO] [stdout]      |                       this value will be stored in a temporary; let us call it `#23`
[INFO] [stdout]      |                       `#23` will be dropped later as of Edition 2024
[INFO] [stdout]  423 |                       app.refresh()?;
[INFO] [stdout]      |                       --------------
[INFO] [stdout]      |                       |
[INFO] [stdout]      |                       this value will be stored in a temporary; let us call it `#24`
[INFO] [stdout]      |                       `#24` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  431 |                               let output = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                            ---------------------------------------
[INFO] [stdout]      |                                            |
[INFO] [stdout]      |                                            this value will be stored in a temporary; let us call it `#25`
[INFO] [stdout]      |                                            `#25` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  455 |                                   app.refresh()?;
[INFO] [stdout]      |                                   --------------
[INFO] [stdout]      |                                   |
[INFO] [stdout]      |                                   this value will be stored in a temporary; let us call it `#26`
[INFO] [stdout]      |                                   `#26` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  458 |                               commit_staged(app, &msg)?;
[INFO] [stdout]      |                               -------------------------
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#27`
[INFO] [stdout]      |                               `#27` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  462 |                               app.refresh()?;
[INFO] [stdout]      |                               --------------
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#28`
[INFO] [stdout]      |                               `#28` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  474 |                           let repo = crate::core::GitRepo::open(&app.repo_path);
[INFO] [stdout]      |                               ----
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               `repo` calls a custom destructor
[INFO] [stdout]      |                               `repo` will be dropped later as of Edition 2024
[INFO] [stdout]  475 |                           let result = match repo {
[INFO] [stdout]      |                               ------
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#29`
[INFO] [stdout]      |                               `#29` will be dropped later as of Edition 2024
[INFO] [stdout]  476 |                               Ok(r) => {
[INFO] [stdout]      |                                  -
[INFO] [stdout]      |                                  |
[INFO] [stdout]      |                                  `r` calls a custom destructor
[INFO] [stdout]      |                                  `r` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  487 |                               Err(e) => format!("checkout failed: {}", e),
[INFO] [stdout]      |                                   -
[INFO] [stdout]      |                                   |
[INFO] [stdout]      |                                   this value will be stored in a temporary; let us call it `#30`
[INFO] [stdout]      |                                   `#30` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  500 |                           app.refresh()?;
[INFO] [stdout]      |                           --------------
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           this value will be stored in a temporary; let us call it `#31`
[INFO] [stdout]      |                           `#31` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  507 |                           let result = crate::core::GitRepo::open(&app.repo_path)
[INFO] [stdout]      |                               ------
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#32`
[INFO] [stdout]      |                               `#32` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  511 |                               Err(e) => format!("delete failed: {}", e),
[INFO] [stdout]      |                                   -
[INFO] [stdout]      |                                   |
[INFO] [stdout]      |                                   this value will be stored in a temporary; let us call it `#33`
[INFO] [stdout]      |                                   `#33` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  527 |                           let result = crate::core::GitRepo::open(&app.repo_path).and_then(|r| {
[INFO] [stdout]      |                               ------
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#34`
[INFO] [stdout]      |                               `#34` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  532 |                               Err(e) => format!("create failed: {}", e),
[INFO] [stdout]      |                                   -
[INFO] [stdout]      |                                   |
[INFO] [stdout]      |                                   this value will be stored in a temporary; let us call it `#35`
[INFO] [stdout]      |                                   `#35` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  546 |                           app.refresh()?;
[INFO] [stdout]      |                           --------------
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           this value will be stored in a temporary; let us call it `#36`
[INFO] [stdout]      |                           `#36` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  551 |                       let result =
[INFO] [stdout]      |                           ------
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           this value will be stored in a temporary; let us call it `#37`
[INFO] [stdout]      |                           `#37` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  555 |                           Err(e) => format!("push failed: {}", e),
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#38`
[INFO] [stdout]      |                               `#38` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  567 |                       app.refresh()?;
[INFO] [stdout]      |                       --------------
[INFO] [stdout]      |                       |
[INFO] [stdout]      |                       this value will be stored in a temporary; let us call it `#39`
[INFO] [stdout]      |                       `#39` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  571 |                       restore_selected_snapshot(app)?;
[INFO] [stdout]      |                       -------------------------------
[INFO] [stdout]      |                       |
[INFO] [stdout]      |                       this value will be stored in a temporary; let us call it `#40`
[INFO] [stdout]      |                       `#40` will be dropped later as of Edition 2024
[INFO] [stdout]  572 |                       app.go_back();
[INFO] [stdout]  573 |                       app.refresh()?;
[INFO] [stdout]      |                       --------------
[INFO] [stdout]      |                       |
[INFO] [stdout]      |                       this value will be stored in a temporary; let us call it `#41`
[INFO] [stdout]      |                       `#41` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  577 |                       create_snapshot(app)?;
[INFO] [stdout]      |                       ---------------------
[INFO] [stdout]      |                       |
[INFO] [stdout]      |                       this value will be stored in a temporary; let us call it `#42`
[INFO] [stdout]      |                       `#42` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  582 |                       delete_snapshot(app)?;
[INFO] [stdout]      |                       ---------------------
[INFO] [stdout]      |                       |
[INFO] [stdout]      |                       this value will be stored in a temporary; let us call it `#43`
[INFO] [stdout]      |                       `#43` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  627 |                           let result = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                        ---------------------------------------
[INFO] [stdout]      |                                        |
[INFO] [stdout]      |                                        this value will be stored in a temporary; let us call it `#44`
[INFO] [stdout]      |                                        `#44` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  647 |                           app.refresh()?;
[INFO] [stdout]      |                           --------------
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           this value will be stored in a temporary; let us call it `#45`
[INFO] [stdout]      |                           `#45` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  654 |                           let result = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                        ---------------------------------------
[INFO] [stdout]      |                                        |
[INFO] [stdout]      |                                        this value will be stored in a temporary; let us call it `#46`
[INFO] [stdout]      |                                        `#46` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  680 |                           let result = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                        ---------------------------------------
[INFO] [stdout]      |                                        |
[INFO] [stdout]      |                                        this value will be stored in a temporary; let us call it `#47`
[INFO] [stdout]      |                                        `#47` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  700 |                           app.refresh()?;
[INFO] [stdout]      |                           --------------
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           this value will be stored in a temporary; let us call it `#48`
[INFO] [stdout]      |                           `#48` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  707 |                           let ok = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                    ---------------------------------------
[INFO] [stdout]      |                                    |
[INFO] [stdout]      |                                    this value will be stored in a temporary; let us call it `#49`
[INFO] [stdout]      |                                    `#49` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  728 |                           app.refresh()?;
[INFO] [stdout]      |                           --------------
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           this value will be stored in a temporary; let us call it `#50`
[INFO] [stdout]      |                           `#50` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  736 |                           let ok = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                    ---------------------------------------
[INFO] [stdout]      |                                    |
[INFO] [stdout]      |                                    this value will be stored in a temporary; let us call it `#51`
[INFO] [stdout]      |                                    `#51` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  757 |                           app.refresh()?;
[INFO] [stdout]      |                           --------------
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           this value will be stored in a temporary; let us call it `#52`
[INFO] [stdout]      |                           `#52` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  763 |                       let mut cmd = std::process::Command::new(torii_exe());
[INFO] [stdout]      |                           -------
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           `cmd` calls a custom destructor
[INFO] [stdout]      |                           `cmd` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  789 |                       let ok = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                ---------------------------------------
[INFO] [stdout]      |                                |
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#53`
[INFO] [stdout]      |                                `#53` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  810 |                       app.refresh()?;
[INFO] [stdout]      |                       --------------
[INFO] [stdout]      |                       |
[INFO] [stdout]      |                       this value will be stored in a temporary; let us call it `#54`
[INFO] [stdout]      |                       `#54` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  817 |                           let ok = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                    ---------------------------------------
[INFO] [stdout]      |                                    |
[INFO] [stdout]      |                                    this value will be stored in a temporary; let us call it `#55`
[INFO] [stdout]      |                                    `#55` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  838 |                           app.refresh()?;
[INFO] [stdout]      |                           --------------
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           this value will be stored in a temporary; let us call it `#56`
[INFO] [stdout]      |                           `#56` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  848 |                           let ok = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                    ---------------------------------------
[INFO] [stdout]      |                                    |
[INFO] [stdout]      |                                    this value will be stored in a temporary; let us call it `#57`
[INFO] [stdout]      |                                    `#57` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  869 |                           app.refresh()?;
[INFO] [stdout]      |                           --------------
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           this value will be stored in a temporary; let us call it `#58`
[INFO] [stdout]      |                           `#58` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  877 |                           let output = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                        ---------------------------------------
[INFO] [stdout]      |                                        |
[INFO] [stdout]      |                                        this value will be stored in a temporary; let us call it `#59`
[INFO] [stdout]      |                                        `#59` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  901 |                       let output = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                    ---------------------------------------
[INFO] [stdout]      |                                    |
[INFO] [stdout]      |                                    this value will be stored in a temporary; let us call it `#60`
[INFO] [stdout]      |                                    `#60` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  930 |                       let Ok(repo) = git2::Repository::discover(&app.repo_path) else {
[INFO] [stdout]      |                              ----    ------------------------------------------
[INFO] [stdout]      |                              |       |
[INFO] [stdout]      |                              |       this value will be stored in a temporary; let us call it `#62`
[INFO] [stdout]      |                              |       `#62` will be dropped later as of Edition 2024
[INFO] [stdout]      |                              this value will be stored in a temporary; let us call it `#61`
[INFO] [stdout]      |                              `#61` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  933 |                       let msg = match repo.remote(&name, &url) {
[INFO] [stdout]      |                                       ------------------------
[INFO] [stdout]      |                                       |
[INFO] [stdout]      |                                       this value will be stored in a temporary; let us call it `#63`
[INFO] [stdout]      |                                       `#63` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  970 |                       let Ok(repo) = git2::Repository::discover(&app.repo_path) else {
[INFO] [stdout]      |                              ----    ------------------------------------------
[INFO] [stdout]      |                              |       |
[INFO] [stdout]      |                              |       this value will be stored in a temporary; let us call it `#65`
[INFO] [stdout]      |                              |       `#65` will be dropped later as of Edition 2024
[INFO] [stdout]      |                              this value will be stored in a temporary; let us call it `#64`
[INFO] [stdout]      |                              `#64` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  973 |                       let msg = match repo.remote_rename(&old_name, &new_name) {
[INFO] [stdout]      |                                       ----------------------------------------
[INFO] [stdout]      |                                       |
[INFO] [stdout]      |                                       this value will be stored in a temporary; let us call it `#66`
[INFO] [stdout]      |                                       `#66` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1006 |                       let Ok(repo) = git2::Repository::discover(&app.repo_path) else {
[INFO] [stdout]      |                              ----    ------------------------------------------
[INFO] [stdout]      |                              |       |
[INFO] [stdout]      |                              |       this value will be stored in a temporary; let us call it `#68`
[INFO] [stdout]      |                              |       `#68` will be dropped later as of Edition 2024
[INFO] [stdout]      |                              this value will be stored in a temporary; let us call it `#67`
[INFO] [stdout]      |                              `#67` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1039 |                       let Ok(repo) = git2::Repository::discover(&app.repo_path) else {
[INFO] [stdout]      |                              ----    ------------------------------------------
[INFO] [stdout]      |                              |       |
[INFO] [stdout]      |                              |       this value will be stored in a temporary; let us call it `#70`
[INFO] [stdout]      |                              |       `#70` will be dropped later as of Edition 2024
[INFO] [stdout]      |                              this value will be stored in a temporary; let us call it `#69`
[INFO] [stdout]      |                              `#69` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1070 |                           let _ = std::process::Command::new("xdg-open")
[INFO] [stdout]      |                                   --------------------------------------
[INFO] [stdout]      |                                   |
[INFO] [stdout]      |                                   this value will be stored in a temporary; let us call it `#72`
[INFO] [stdout]      |  _________________________________`#72` will be dropped later as of Edition 2024
[INFO] [stdout]      | |
[INFO] [stdout] 1071 | |                             .arg(&url)
[INFO] [stdout] 1072 | |                             .stdout(std::process::Stdio::null())
[INFO] [stdout] 1073 | |                             .stderr(std::process::Stdio::null())
[INFO] [stdout] 1074 | |                             .spawn();
[INFO] [stdout]      | |                                    -
[INFO] [stdout]      | |                                    |
[INFO] [stdout]      | |____________________________________this value will be stored in a temporary; let us call it `#71`
[INFO] [stdout]      |                                      `#71` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1080 |                       let status = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                    ---------------------------------------
[INFO] [stdout]      |                                    |
[INFO] [stdout]      |                                    this value will be stored in a temporary; let us call it `#73`
[INFO] [stdout]      |                                    `#73` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1104 |                       let status = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                    ---------------------------------------
[INFO] [stdout]      |                                    |
[INFO] [stdout]      |                                    this value will be stored in a temporary; let us call it `#74`
[INFO] [stdout]      |                                    `#74` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1134 |                           let status = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                        ---------------------------------------
[INFO] [stdout]      |                                        |
[INFO] [stdout]      |                                        this value will be stored in a temporary; let us call it `#75`
[INFO] [stdout]      |                                        `#75` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1219 |                       let status = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                    ---------------------------------------
[INFO] [stdout]      |                                    |
[INFO] [stdout]      |                                    this value will be stored in a temporary; let us call it `#76`
[INFO] [stdout]      |                                    `#76` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1252 |                           let status = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                        ---------------------------------------
[INFO] [stdout]      |                                        |
[INFO] [stdout]      |                                        this value will be stored in a temporary; let us call it `#77`
[INFO] [stdout]      |                                        `#77` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1293 |                           let output = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                        ---------------------------------------
[INFO] [stdout]      |                                        |
[INFO] [stdout]      |                                        this value will be stored in a temporary; let us call it `#78`
[INFO] [stdout]      |                                        `#78` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1363 |                           let status = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                        ---------------------------------------
[INFO] [stdout]      |                                        |
[INFO] [stdout]      |                                        this value will be stored in a temporary; let us call it `#79`
[INFO] [stdout]      |                                        `#79` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1391 |                           let status = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                        ---------------------------------------
[INFO] [stdout]      |                                        |
[INFO] [stdout]      |                                        this value will be stored in a temporary; let us call it `#80`
[INFO] [stdout]      |                                        `#80` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1434 |                           let status = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                        ---------------------------------------
[INFO] [stdout]      |                                        |
[INFO] [stdout]      |                                        this value will be stored in a temporary; let us call it `#81`
[INFO] [stdout]      |                                        `#81` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1467 |                       let status = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                    ---------------------------------------
[INFO] [stdout]      |                                    |
[INFO] [stdout]      |                                    this value will be stored in a temporary; let us call it `#82`
[INFO] [stdout]      |                                    `#82` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1499 |                       let status = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                    ---------------------------------------
[INFO] [stdout]      |                                    |
[INFO] [stdout]      |                                    this value will be stored in a temporary; let us call it `#83`
[INFO] [stdout]      |                                    `#83` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1586 |                           let status = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                        ---------------------------------------
[INFO] [stdout]      |                                        |
[INFO] [stdout]      |                                        this value will be stored in a temporary; let us call it `#84`
[INFO] [stdout]      |                                        `#84` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1625 |                           let output = std::process::Command::new(torii_exe()).args(&args).output();
[INFO] [stdout]      |                                        ---------------------------------------
[INFO] [stdout]      |                                        |
[INFO] [stdout]      |                                        this value will be stored in a temporary; let us call it `#85`
[INFO] [stdout]      |                                        `#85` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1719 |                               Err(e) => app.log_event(
[INFO] [stdout]      |                                   -
[INFO] [stdout]      |                                   |
[INFO] [stdout]      |                                   this value will be stored in a temporary; let us call it `#86`
[INFO] [stdout]      |                                   `#86` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1753 |                                   let _ = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                           ---------------------------------------
[INFO] [stdout]      |                                           |
[INFO] [stdout]      |                                           this value will be stored in a temporary; let us call it `#87`
[INFO] [stdout]      |                                           `#87` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1758 |                                   let _ = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                           ---------------------------------------
[INFO] [stdout]      |                                           |
[INFO] [stdout]      |                                           this value will be stored in a temporary; let us call it `#88`
[INFO] [stdout]      |                                           `#88` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1763 |                                   let del_remote = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                                    ---------------------------------------
[INFO] [stdout]      |                                                    |
[INFO] [stdout]      |                                                    this value will be stored in a temporary; let us call it `#89`
[INFO] [stdout]      |                                                    `#89` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1769 |                                   let _ = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                           ---------------------------------------
[INFO] [stdout]      |                                           |
[INFO] [stdout]      |                                           this value will be stored in a temporary; let us call it `#90`
[INFO] [stdout]      |                                           `#90` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1788 |                               Err(e) => {
[INFO] [stdout]      |                                   -
[INFO] [stdout]      |                                   |
[INFO] [stdout]      |                                   this value will be stored in a temporary; let us call it `#91`
[INFO] [stdout]      |                                   `#91` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1798 |                           let output = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                        ---------------------------------------
[INFO] [stdout]      |                                        |
[INFO] [stdout]      |                                        this value will be stored in a temporary; let us call it `#92`
[INFO] [stdout]      |                                        `#92` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1824 |                           let output = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                        ---------------------------------------
[INFO] [stdout]      |                                        |
[INFO] [stdout]      |                                        this value will be stored in a temporary; let us call it `#93`
[INFO] [stdout]      |                                        `#93` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1842 |                               app.refresh()?;
[INFO] [stdout]      |                               --------------
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#94`
[INFO] [stdout]      |                               `#94` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1850 |                           let _ = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                   ---------------------------------------
[INFO] [stdout]      |                                   |
[INFO] [stdout]      |                                   this value will be stored in a temporary; let us call it `#95`
[INFO] [stdout]      |                                   `#95` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1893 |                               Err(e) => {
[INFO] [stdout]      |                                   -
[INFO] [stdout]      |                                   |
[INFO] [stdout]      |                                   this value will be stored in a temporary; let us call it `#96`
[INFO] [stdout]      |                                   `#96` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1935 |                           Err(e) => app.log_event(format!("close failed: {}", e), EventKind::Error),
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#97`
[INFO] [stdout]      |                               `#97` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1967 |                           Err(e) => app.log_event(format!("create failed: {}", e), EventKind::Error),
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#98`
[INFO] [stdout]      |                               `#98` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1992 |                           Err(e) => app.log_event(format!("comment failed: {}", e), EventKind::Error),
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#99`
[INFO] [stdout]      |                               `#99` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1999 |                           let _ = std::process::Command::new("xdg-open")
[INFO] [stdout]      |                                   --------------------------------------
[INFO] [stdout]      |                                   |
[INFO] [stdout]      |                                   this value will be stored in a temporary; let us call it `#101`
[INFO] [stdout]      |  _________________________________`#101` will be dropped later as of Edition 2024
[INFO] [stdout]      |  _________________________________|
[INFO] [stdout]      | |
[INFO] [stdout] 2000 | |                             .arg(&url)
[INFO] [stdout] 2001 | |                             .stdout(std::process::Stdio::null())
[INFO] [stdout] 2002 | |                             .stderr(std::process::Stdio::null())
[INFO] [stdout] 2003 | |                             .spawn();
[INFO] [stdout]      | |                                    -
[INFO] [stdout]      | |____________________________________|
[INFO] [stdout]      | |____________________________________this value will be stored in a temporary; let us call it `#100`
[INFO] [stdout]      |                                      `#100` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#102` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `result` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#22` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#23` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#24` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#25` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#25` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#25` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#26` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#27` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#28` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `repo` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `repo` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/repo.rs:3279:1
[INFO] [stdout]      |
[INFO] [stdout] 3279 | impl Drop for Repository {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#29` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `r` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/repo.rs:3279:1
[INFO] [stdout]      |
[INFO] [stdout] 3279 | impl Drop for Repository {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#30` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#31` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#32` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#33` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#34` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#35` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#36` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#37` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#38` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#39` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#40` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#41` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#42` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#43` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#44` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#44` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#44` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#45` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#46` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#46` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#46` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#47` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#47` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#47` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#48` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#49` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#49` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#49` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#50` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#51` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#51` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#51` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#52` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `cmd` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `cmd` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `cmd` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#53` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#53` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#53` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#54` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#55` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#55` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#55` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#56` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#57` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#57` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#57` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#58` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#59` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#59` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#59` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#60` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#60` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#60` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#61` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/repo.rs:3279:1
[INFO] [stdout]      |
[INFO] [stdout] 3279 | impl Drop for Repository {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#62` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/repo.rs:3279:1
[INFO] [stdout]      |
[INFO] [stdout] 3279 | impl Drop for Repository {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#63` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/remote.rs:447:1
[INFO] [stdout]      |
[INFO] [stdout]  447 | impl<'repo> Drop for Remote<'repo> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#64` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/repo.rs:3279:1
[INFO] [stdout]      |
[INFO] [stdout] 3279 | impl Drop for Repository {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#65` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/repo.rs:3279:1
[INFO] [stdout]      |
[INFO] [stdout] 3279 | impl Drop for Repository {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#66` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/string_array.rs:132:1
[INFO] [stdout]      |
[INFO] [stdout]  132 | impl Drop for StringArray {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#67` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/repo.rs:3279:1
[INFO] [stdout]      |
[INFO] [stdout] 3279 | impl Drop for Repository {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#68` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/repo.rs:3279:1
[INFO] [stdout]      |
[INFO] [stdout] 3279 | impl Drop for Repository {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#69` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/repo.rs:3279:1
[INFO] [stdout]      |
[INFO] [stdout] 3279 | impl Drop for Repository {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#70` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/repo.rs:3279:1
[INFO] [stdout]      |
[INFO] [stdout] 3279 | impl Drop for Repository {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#71` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#72` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#72` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#72` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#73` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#73` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#73` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#74` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#74` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#74` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#75` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#75` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#75` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#76` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#76` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#76` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#77` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#77` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#77` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#78` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#78` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#78` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#79` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#79` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#79` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#80` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#80` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#80` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#81` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#81` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#81` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#82` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#82` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#82` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#83` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#83` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#83` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#84` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#84` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#84` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#85` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#85` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#85` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#86` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#87` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#87` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#87` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#88` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#88` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#88` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#89` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#89` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#89` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#90` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#90` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#90` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#91` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#92` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#92` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#92` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#93` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#93` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#93` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#94` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#95` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#95` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#95` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#96` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#97` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#98` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#99` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#100` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#101` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#101` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#101` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/torii/src/cli/fsck.rs:111:29
[INFO] [stdout]     |
[INFO] [stdout] 109 |         for r in refs.flatten() {
[INFO] [stdout]     |             -    --------------
[INFO] [stdout]     |             |    |
[INFO] [stdout]     |             |    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |             |    `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |             `r` calls a custom destructor
[INFO] [stdout]     |             `r` will be dropped later as of Edition 2024
[INFO] [stdout] 110 |             let Some(name) = r.name() else { continue };
[INFO] [stdout] 111 |             if let Ok(rl) = repo.reflog(name) {
[INFO] [stdout]     |                       --    ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                       |     |
[INFO] [stdout]     |                       |     this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                       |     up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                       `rl` calls a custom destructor
[INFO] [stdout]     |                       `rl` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 117 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/reflog.rs:114:1
[INFO] [stdout]     |
[INFO] [stdout] 114 | impl Drop for Reflog {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/reference.rs:442:1
[INFO] [stdout]     |
[INFO] [stdout] 442 | impl<'repo> Drop for Reference<'repo> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `r` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/reference.rs:442:1
[INFO] [stdout]     |
[INFO] [stdout] 442 | impl<'repo> Drop for Reference<'repo> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `rl` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/reflog.rs:114:1
[INFO] [stdout]     |
[INFO] [stdout] 114 | impl Drop for Reflog {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating crates/torii/tests/sigpipe.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/torii/src/cli/fsck.rs:267:30
[INFO] [stdout]     |
[INFO] [stdout] 261 |     for entry in tree.iter() {
[INFO] [stdout]     |         -----    -----------
[INFO] [stdout]     |         |        |
[INFO] [stdout]     |         |        this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |         |        `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |         `entry` calls a custom destructor
[INFO] [stdout]     |         `entry` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 267 |             if let Ok(sub) = repo.find_tree(id) {
[INFO] [stdout]     |                       ---    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                       |      |
[INFO] [stdout]     |                       |      this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                       |      up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                       `sub` calls a custom destructor
[INFO] [stdout]     |                       `sub` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 270 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/tree.rs:258:1
[INFO] [stdout]     |
[INFO] [stdout] 258 | impl<'repo> Drop for Tree<'repo> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/tree.rs:384:1
[INFO] [stdout]     |
[INFO] [stdout] 384 | impl<'a> Drop for TreeEntry<'a> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `entry` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/tree.rs:384:1
[INFO] [stdout]     |
[INFO] [stdout] 384 | impl<'a> Drop for TreeEntry<'a> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `sub` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/tree.rs:258:1
[INFO] [stdout]     |
[INFO] [stdout] 258 | impl<'repo> Drop for Tree<'repo> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/torii/src/cli/package.rs:162:23
[INFO] [stdout]     |
[INFO] [stdout] 162 |                 match client.delete(&owner, &repo_name, &p.id) {
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 167 |                     Err(e) => {
[INFO] [stdout]     |                         -
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         `e` calls a custom destructor
[INFO] [stdout]     |                         `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 172 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/torii/src/cli/pipeline.rs:216:23
[INFO] [stdout]     |
[INFO] [stdout] 216 |                 match client.delete(&owner, &repo_name, &p.id) {
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 221 |                     Err(e) => {
[INFO] [stdout]     |                         -
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         `e` calls a custom destructor
[INFO] [stdout]     |                         `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 226 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/torii/src/cli/remote.rs:205:23
[INFO] [stdout]     |
[INFO] [stdout] 205 |                   match get_platform_client(platform) {
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                         up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 206 |                       Ok(client) => match client.create_repo(
[INFO] [stdout]     |  ________________________------___________-
[INFO] [stdout]     | |                        |
[INFO] [stdout]     | |                        `client` calls a custom destructor
[INFO] [stdout]     | |                        `client` will be dropped later as of Edition 2024
[INFO] [stdout] 207 | |                         &resolved_name,
[INFO] [stdout] 208 | |                         description.as_deref(),
[INFO] [stdout] 209 | |                         visibility.clone(),
[INFO] [stdout] 210 | |                         resolved_ns.as_deref(),
[INFO] [stdout] 211 | |                     ) {
[INFO] [stdout]     | |                     -
[INFO] [stdout]     | |                     |
[INFO] [stdout]     | |_____________________this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 218 |                           Err(e) => println!("❌ Failed: {}", e),
[INFO] [stdout]     |                               -
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               `e` calls a custom destructor
[INFO] [stdout]     |                               `e` will be dropped later as of Edition 2024
[INFO] [stdout] 219 |                       },
[INFO] [stdout] 220 |                       Err(e) => println!("❌ Platform error: {}", e),
[INFO] [stdout]     |                           -
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                           `#2` will be dropped later as of Edition 2024
[INFO] [stdout] 221 |                   }
[INFO] [stdout] 222 |               }
[INFO] [stdout]     |               - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `client` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/torii/src/cli/remote.rs:269:23
[INFO] [stdout]     |
[INFO] [stdout] 269 |                 match get_platform_client(platform) {
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                       up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 270 |                     Ok(client) => match client.delete_repo(owner, repo) {
[INFO] [stdout]     |                        ------           -------------------------------
[INFO] [stdout]     |                        |                |
[INFO] [stdout]     |                        |                this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                        |                `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                        `client` calls a custom destructor
[INFO] [stdout]     |                        `client` will be dropped later as of Edition 2024
[INFO] [stdout] 271 |                         Ok(_) => println!("✅ Deleted"),
[INFO] [stdout] 272 |                         Err(e) => println!("❌ Failed: {}", e),
[INFO] [stdout]     |                             -
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `e` calls a custom destructor
[INFO] [stdout]     |                             `e` will be dropped later as of Edition 2024
[INFO] [stdout] 273 |                     },
[INFO] [stdout] 274 |                     Err(e) => println!("❌ Platform error: {}", e),
[INFO] [stdout]     |                         -
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout] 275 |                 }
[INFO] [stdout] 276 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `client` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to deprecated safe function `std::env::set_var` is unsafe and requires unsafe block
[INFO] [stdout]   --> crates/torii/src/cli/sign.rs:23:27
[INFO] [stdout]    |
[INFO] [stdout] 23 |             Some(true) => std::env::set_var("TORII_SIGN_OVERRIDE", "true"),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/newly-unsafe-functions.html>
[INFO] [stdout]    = note: `--force-warn deprecated-safe-2024` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] help: you can wrap the call in an `unsafe` block if you can guarantee that the environment access only happens in single-threaded code
[INFO] [stdout]    |
[INFO] [stdout] 23 +             // FIXME: Audit that the environment access only happens in single-threaded code.
[INFO] [stdout] 24 ~             Some(true) => unsafe { std::env::set_var("TORII_SIGN_OVERRIDE", "true") },
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to deprecated safe function `std::env::set_var` is unsafe and requires unsafe block
[INFO] [stdout]   --> crates/torii/src/cli/sign.rs:24:28
[INFO] [stdout]    |
[INFO] [stdout] 24 |             Some(false) => std::env::set_var("TORII_SIGN_OVERRIDE", "false"),
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/newly-unsafe-functions.html>
[INFO] [stdout] help: you can wrap the call in an `unsafe` block if you can guarantee that the environment access only happens in single-threaded code
[INFO] [stdout]    |
[INFO] [stdout] 24 +             // FIXME: Audit that the environment access only happens in single-threaded code.
[INFO] [stdout] 25 ~             Some(false) => unsafe { std::env::set_var("TORII_SIGN_OVERRIDE", "false") },
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to deprecated safe function `std::env::set_var` is unsafe and requires unsafe block
[INFO] [stdout]   --> crates/torii/src/cli/sign.rs:45:24
[INFO] [stdout]    |
[INFO] [stdout] 45 |             Some(v) => std::env::set_var("TORII_SIGN_OVERRIDE", v),
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/newly-unsafe-functions.html>
[INFO] [stdout] help: you can wrap the call in an `unsafe` block if you can guarantee that the environment access only happens in single-threaded code
[INFO] [stdout]    |
[INFO] [stdout] 45 +             // FIXME: Audit that the environment access only happens in single-threaded code.
[INFO] [stdout] 46 ~             Some(v) => unsafe { std::env::set_var("TORII_SIGN_OVERRIDE", v) },
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to deprecated safe function `std::env::remove_var` is unsafe and requires unsafe block
[INFO] [stdout]   --> crates/torii/src/cli/sign.rs:46:21
[INFO] [stdout]    |
[INFO] [stdout] 46 |             None => std::env::remove_var("TORII_SIGN_OVERRIDE"),
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/newly-unsafe-functions.html>
[INFO] [stdout] help: you can wrap the call in an `unsafe` block if you can guarantee that the environment access only happens in single-threaded code
[INFO] [stdout]    |
[INFO] [stdout] 46 +             // FIXME: Audit that the environment access only happens in single-threaded code.
[INFO] [stdout] 47 ~             None => unsafe { std::env::remove_var("TORII_SIGN_OVERRIDE") },
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/torii/src/cmd/worktree.rs:752:29
[INFO] [stdout]     |
[INFO] [stdout] 752 |             if let Ok(wt) = repo.find_worktree(name) {
[INFO] [stdout]     |                       --    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                       |     |
[INFO] [stdout]     |                       |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                       `wt` calls a custom destructor
[INFO] [stdout]     |                       `wt` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 761 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/worktree.rs:259:1
[INFO] [stdout]     |
[INFO] [stdout] 259 | impl Drop for Worktree {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `wt` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/worktree.rs:259:1
[INFO] [stdout]     |
[INFO] [stdout] 259 | impl Drop for Worktree {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/torii/src/cmd/worktree.rs:787:33
[INFO] [stdout]     |
[INFO] [stdout] 787 |                 if let Ok(wt) = repo.find_worktree(name) {
[INFO] [stdout]     |                           --    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                           |     |
[INFO] [stdout]     |                           |     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                           |     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                           `wt` calls a custom destructor
[INFO] [stdout]     |                           `wt` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 797 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/worktree.rs:259:1
[INFO] [stdout]     |
[INFO] [stdout] 259 | impl Drop for Worktree {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `wt` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/worktree.rs:259:1
[INFO] [stdout]     |
[INFO] [stdout] 259 | impl Drop for Worktree {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/torii/src/tui/app/auth.rs:155:23
[INFO] [stdout]     |
[INFO] [stdout] 155 |                 match crate::oauth::poll_device_flow(&mut session) {
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 163 |                     Err(e) => {
[INFO] [stdout]     |                         -
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         `e` calls a custom destructor
[INFO] [stdout]     |                         `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 168 |             };
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/torii/src/tui/app/mod.rs:809:15
[INFO] [stdout]     |
[INFO] [stdout] 806 |         let head = repo.head().ok().and_then(|h| h.peel_to_commit().ok());
[INFO] [stdout]     |             ----
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `head` calls a custom destructor
[INFO] [stdout]     |             `head` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 809 |         match (tree, index) {
[INFO] [stdout]     |               ^^^^^^^^^^^^^
[INFO] [stdout]     |               |
[INFO] [stdout]     |               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |               up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 814 |     } else {
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/index.rs:658:1
[INFO] [stdout]     |
[INFO] [stdout] 658 | impl Drop for Index {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/tree.rs:258:1
[INFO] [stdout]     |
[INFO] [stdout] 258 | impl<'repo> Drop for Tree<'repo> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `head` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/commit.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl<'repo> Drop for Commit<'repo> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/torii/src/tui/views/bisect.rs:463:28
[INFO] [stdout]     |
[INFO] [stdout] 463 |             if let Ok(c) = repo.find_commit(oid) {
[INFO] [stdout]     |                       -    ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                       |    |
[INFO] [stdout]     |                       |    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       |    up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                       `c` calls a custom destructor
[INFO] [stdout]     |                       `c` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 473 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/commit.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl<'repo> Drop for Commit<'repo> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `c` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/commit.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl<'repo> Drop for Commit<'repo> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly dereference within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]     --> crates/torii/src/tui/mod.rs:1675:38
[INFO] [stdout]      |
[INFO] [stdout] 1675 |                         .filter(|(_, &sel)| sel)
[INFO] [stdout]      |                                      ^ reference pattern not allowed when implicitly borrowing
[INFO] [stdout]      |
[INFO] [stdout] note: matching on a reference type with a non-reference pattern implicitly borrows the contents
[INFO] [stdout]     --> crates/torii/src/tui/mod.rs:1675:34
[INFO] [stdout]      |
[INFO] [stdout] 1675 |                         .filter(|(_, &sel)| sel)
[INFO] [stdout]      |                                  ^^^^^^^^^ this non-reference pattern matches on a reference type `&_`
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]      = note: `--force-warn rust-2024-incompatible-pat` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]      |
[INFO] [stdout] 1675 |                         .filter(|&(_, &sel)| sel)
[INFO] [stdout]      |                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> crates/torii/src/tui/mod.rs:108:33
[INFO] [stdout]      |
[INFO] [stdout]  108 |               if let Ok(result) = rx.try_recv() {
[INFO] [stdout]      |                         ------    ^^^^^^^^^^^^^
[INFO] [stdout]      |                         |         |
[INFO] [stdout]      |                         |         this value will be stored in a temporary; let us call it `#102`
[INFO] [stdout]      |                         |         up until Edition 2021 `#102` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                         `result` calls a custom destructor
[INFO] [stdout]      |                         `result` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  111 |                       Err(e) => SyncStatus::Error(
[INFO] [stdout]      |                           -
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           `e` calls a custom destructor
[INFO] [stdout]      |                           `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  122 |                   app.refresh()?;
[INFO] [stdout]      |                   --------------
[INFO] [stdout]      |                   |
[INFO] [stdout]      |                   this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                   `#1` will be dropped later as of Edition 2024
[INFO] [stdout]  123 |               }
[INFO] [stdout]  124 |           }
[INFO] [stdout]      |           - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout]  128 |               if let Ok(result) = rx.try_recv() {
[INFO] [stdout]      |                         ------
[INFO] [stdout]      |                         |
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  136 |                       Err(e) => {
[INFO] [stdout]      |                           -
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                           `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  146 |               if let Ok(result) = rx.try_recv() {
[INFO] [stdout]      |                         ------
[INFO] [stdout]      |                         |
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                         `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  154 |                       Err(e) => {
[INFO] [stdout]      |                           -
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                           `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  167 |               if let Ok(result) = rx.try_recv() {
[INFO] [stdout]      |                         ------
[INFO] [stdout]      |                         |
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                         `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  179 |                       Err(e) => app.platform_view.error = Some(e.to_string()),
[INFO] [stdout]      |                           -
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                           `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  184 |               if let Ok(result) = rx.try_recv() {
[INFO] [stdout]      |                         ------
[INFO] [stdout]      |                         |
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      |                         `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  194 |                       Err(e) => app.platform_view.error = Some(e.to_string()),
[INFO] [stdout]      |                           -
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      |                           `#9` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  199 |               if let Ok(result) = rx.try_recv() {
[INFO] [stdout]      |                         ------
[INFO] [stdout]      |                         |
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      |                         `#10` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  207 |                       Err(e) => app.platform_view.error = Some(e.to_string()),
[INFO] [stdout]      |                           -
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      |                           `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  212 |               if let Ok(result) = rx.try_recv() {
[INFO] [stdout]      |                         ------
[INFO] [stdout]      |                         |
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      |                         `#12` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  220 |                       Err(e) => app.platform_view.error = Some(e.to_string()),
[INFO] [stdout]      |                           -
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      |                           `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  225 |               if let Ok(result) = rx.try_recv() {
[INFO] [stdout]      |                         ------
[INFO] [stdout]      |                         |
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      |                         `#14` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  235 |                       Err(e) => app.platform_view.error = Some(e.to_string()),
[INFO] [stdout]      |                           -
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      |                           `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  240 |               if let Ok(result) = rx.try_recv() {
[INFO] [stdout]      |                         ------
[INFO] [stdout]      |                         |
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      |                         `#16` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  255 |                       Err(e) => app.platform_view.error = Some(e.to_string()),
[INFO] [stdout]      |                           -
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      |                           `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  388 |                   let _ = create_snapshot_with_name(app, "auto");
[INFO] [stdout]      |                           --------------------------------------
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      |                           `#18` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  395 |           if let Some(action) = events.next(app)? {
[INFO] [stdout]      |                                 -----------------
[INFO] [stdout]      |                                 |
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      |                                 `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  411 |                       app.refresh()?;
[INFO] [stdout]      |                       --------------
[INFO] [stdout]      |                       |
[INFO] [stdout]      |                       this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      |                       `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  417 |                       stage_selected(app)?;
[INFO] [stdout]      |                       --------------------
[INFO] [stdout]      |                       |
[INFO] [stdout]      |                       this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      |                       `#21` will be dropped later as of Edition 2024
[INFO] [stdout]  418 |                       app.refresh()?;
[INFO] [stdout]      |                       --------------
[INFO] [stdout]      |                       |
[INFO] [stdout]      |                       this value will be stored in a temporary; let us call it `#22`
[INFO] [stdout]      |                       `#22` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  422 |                       unstage_selected(app)?;
[INFO] [stdout]      |                       ----------------------
[INFO] [stdout]      |                       |
[INFO] [stdout]      |                       this value will be stored in a temporary; let us call it `#23`
[INFO] [stdout]      |                       `#23` will be dropped later as of Edition 2024
[INFO] [stdout]  423 |                       app.refresh()?;
[INFO] [stdout]      |                       --------------
[INFO] [stdout]      |                       |
[INFO] [stdout]      |                       this value will be stored in a temporary; let us call it `#24`
[INFO] [stdout]      |                       `#24` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  431 |                               let output = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                            ---------------------------------------
[INFO] [stdout]      |                                            |
[INFO] [stdout]      |                                            this value will be stored in a temporary; let us call it `#25`
[INFO] [stdout]      |                                            `#25` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  455 |                                   app.refresh()?;
[INFO] [stdout]      |                                   --------------
[INFO] [stdout]      |                                   |
[INFO] [stdout]      |                                   this value will be stored in a temporary; let us call it `#26`
[INFO] [stdout]      |                                   `#26` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  458 |                               commit_staged(app, &msg)?;
[INFO] [stdout]      |                               -------------------------
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#27`
[INFO] [stdout]      |                               `#27` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  462 |                               app.refresh()?;
[INFO] [stdout]      |                               --------------
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#28`
[INFO] [stdout]      |                               `#28` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  474 |                           let repo = crate::core::GitRepo::open(&app.repo_path);
[INFO] [stdout]      |                               ----
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               `repo` calls a custom destructor
[INFO] [stdout]      |                               `repo` will be dropped later as of Edition 2024
[INFO] [stdout]  475 |                           let result = match repo {
[INFO] [stdout]      |                               ------
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#29`
[INFO] [stdout]      |                               `#29` will be dropped later as of Edition 2024
[INFO] [stdout]  476 |                               Ok(r) => {
[INFO] [stdout]      |                                  -
[INFO] [stdout]      |                                  |
[INFO] [stdout]      |                                  `r` calls a custom destructor
[INFO] [stdout]      |                                  `r` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  487 |                               Err(e) => format!("checkout failed: {}", e),
[INFO] [stdout]      |                                   -
[INFO] [stdout]      |                                   |
[INFO] [stdout]      |                                   this value will be stored in a temporary; let us call it `#30`
[INFO] [stdout]      |                                   `#30` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  500 |                           app.refresh()?;
[INFO] [stdout]      |                           --------------
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           this value will be stored in a temporary; let us call it `#31`
[INFO] [stdout]      |                           `#31` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  507 |                           let result = crate::core::GitRepo::open(&app.repo_path)
[INFO] [stdout]      |                               ------
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#32`
[INFO] [stdout]      |                               `#32` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  511 |                               Err(e) => format!("delete failed: {}", e),
[INFO] [stdout]      |                                   -
[INFO] [stdout]      |                                   |
[INFO] [stdout]      |                                   this value will be stored in a temporary; let us call it `#33`
[INFO] [stdout]      |                                   `#33` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  527 |                           let result = crate::core::GitRepo::open(&app.repo_path).and_then(|r| {
[INFO] [stdout]      |                               ------
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#34`
[INFO] [stdout]      |                               `#34` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  532 |                               Err(e) => format!("create failed: {}", e),
[INFO] [stdout]      |                                   -
[INFO] [stdout]      |                                   |
[INFO] [stdout]      |                                   this value will be stored in a temporary; let us call it `#35`
[INFO] [stdout]      |                                   `#35` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  546 |                           app.refresh()?;
[INFO] [stdout]      |                           --------------
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           this value will be stored in a temporary; let us call it `#36`
[INFO] [stdout]      |                           `#36` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  551 |                       let result =
[INFO] [stdout]      |                           ------
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           this value will be stored in a temporary; let us call it `#37`
[INFO] [stdout]      |                           `#37` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  555 |                           Err(e) => format!("push failed: {}", e),
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#38`
[INFO] [stdout]      |                               `#38` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  567 |                       app.refresh()?;
[INFO] [stdout]      |                       --------------
[INFO] [stdout]      |                       |
[INFO] [stdout]      |                       this value will be stored in a temporary; let us call it `#39`
[INFO] [stdout]      |                       `#39` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  571 |                       restore_selected_snapshot(app)?;
[INFO] [stdout]      |                       -------------------------------
[INFO] [stdout]      |                       |
[INFO] [stdout]      |                       this value will be stored in a temporary; let us call it `#40`
[INFO] [stdout]      |                       `#40` will be dropped later as of Edition 2024
[INFO] [stdout]  572 |                       app.go_back();
[INFO] [stdout]  573 |                       app.refresh()?;
[INFO] [stdout]      |                       --------------
[INFO] [stdout]      |                       |
[INFO] [stdout]      |                       this value will be stored in a temporary; let us call it `#41`
[INFO] [stdout]      |                       `#41` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  577 |                       create_snapshot(app)?;
[INFO] [stdout]      |                       ---------------------
[INFO] [stdout]      |                       |
[INFO] [stdout]      |                       this value will be stored in a temporary; let us call it `#42`
[INFO] [stdout]      |                       `#42` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  582 |                       delete_snapshot(app)?;
[INFO] [stdout]      |                       ---------------------
[INFO] [stdout]      |                       |
[INFO] [stdout]      |                       this value will be stored in a temporary; let us call it `#43`
[INFO] [stdout]      |                       `#43` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  627 |                           let result = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                        ---------------------------------------
[INFO] [stdout]      |                                        |
[INFO] [stdout]      |                                        this value will be stored in a temporary; let us call it `#44`
[INFO] [stdout]      |                                        `#44` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  647 |                           app.refresh()?;
[INFO] [stdout]      |                           --------------
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           this value will be stored in a temporary; let us call it `#45`
[INFO] [stdout]      |                           `#45` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  654 |                           let result = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                        ---------------------------------------
[INFO] [stdout]      |                                        |
[INFO] [stdout]      |                                        this value will be stored in a temporary; let us call it `#46`
[INFO] [stdout]      |                                        `#46` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  680 |                           let result = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                        ---------------------------------------
[INFO] [stdout]      |                                        |
[INFO] [stdout]      |                                        this value will be stored in a temporary; let us call it `#47`
[INFO] [stdout]      |                                        `#47` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  700 |                           app.refresh()?;
[INFO] [stdout]      |                           --------------
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           this value will be stored in a temporary; let us call it `#48`
[INFO] [stdout]      |                           `#48` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  707 |                           let ok = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                    ---------------------------------------
[INFO] [stdout]      |                                    |
[INFO] [stdout]      |                                    this value will be stored in a temporary; let us call it `#49`
[INFO] [stdout]      |                                    `#49` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  728 |                           app.refresh()?;
[INFO] [stdout]      |                           --------------
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           this value will be stored in a temporary; let us call it `#50`
[INFO] [stdout]      |                           `#50` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  736 |                           let ok = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                    ---------------------------------------
[INFO] [stdout]      |                                    |
[INFO] [stdout]      |                                    this value will be stored in a temporary; let us call it `#51`
[INFO] [stdout]      |                                    `#51` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  757 |                           app.refresh()?;
[INFO] [stdout]      |                           --------------
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           this value will be stored in a temporary; let us call it `#52`
[INFO] [stdout]      |                           `#52` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  763 |                       let mut cmd = std::process::Command::new(torii_exe());
[INFO] [stdout]      |                           -------
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           `cmd` calls a custom destructor
[INFO] [stdout]      |                           `cmd` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  789 |                       let ok = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                ---------------------------------------
[INFO] [stdout]      |                                |
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#53`
[INFO] [stdout]      |                                `#53` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  810 |                       app.refresh()?;
[INFO] [stdout]      |                       --------------
[INFO] [stdout]      |                       |
[INFO] [stdout]      |                       this value will be stored in a temporary; let us call it `#54`
[INFO] [stdout]      |                       `#54` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  817 |                           let ok = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                    ---------------------------------------
[INFO] [stdout]      |                                    |
[INFO] [stdout]      |                                    this value will be stored in a temporary; let us call it `#55`
[INFO] [stdout]      |                                    `#55` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  838 |                           app.refresh()?;
[INFO] [stdout]      |                           --------------
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           this value will be stored in a temporary; let us call it `#56`
[INFO] [stdout]      |                           `#56` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  848 |                           let ok = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                    ---------------------------------------
[INFO] [stdout]      |                                    |
[INFO] [stdout]      |                                    this value will be stored in a temporary; let us call it `#57`
[INFO] [stdout]      |                                    `#57` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  869 |                           app.refresh()?;
[INFO] [stdout]      |                           --------------
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           this value will be stored in a temporary; let us call it `#58`
[INFO] [stdout]      |                           `#58` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  877 |                           let output = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                        ---------------------------------------
[INFO] [stdout]      |                                        |
[INFO] [stdout]      |                                        this value will be stored in a temporary; let us call it `#59`
[INFO] [stdout]      |                                        `#59` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  901 |                       let output = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                    ---------------------------------------
[INFO] [stdout]      |                                    |
[INFO] [stdout]      |                                    this value will be stored in a temporary; let us call it `#60`
[INFO] [stdout]      |                                    `#60` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  930 |                       let Ok(repo) = git2::Repository::discover(&app.repo_path) else {
[INFO] [stdout]      |                              ----    ------------------------------------------
[INFO] [stdout]      |                              |       |
[INFO] [stdout]      |                              |       this value will be stored in a temporary; let us call it `#62`
[INFO] [stdout]      |                              |       `#62` will be dropped later as of Edition 2024
[INFO] [stdout]      |                              this value will be stored in a temporary; let us call it `#61`
[INFO] [stdout]      |                              `#61` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  933 |                       let msg = match repo.remote(&name, &url) {
[INFO] [stdout]      |                                       ------------------------
[INFO] [stdout]      |                                       |
[INFO] [stdout]      |                                       this value will be stored in a temporary; let us call it `#63`
[INFO] [stdout]      |                                       `#63` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  970 |                       let Ok(repo) = git2::Repository::discover(&app.repo_path) else {
[INFO] [stdout]      |                              ----    ------------------------------------------
[INFO] [stdout]      |                              |       |
[INFO] [stdout]      |                              |       this value will be stored in a temporary; let us call it `#65`
[INFO] [stdout]      |                              |       `#65` will be dropped later as of Edition 2024
[INFO] [stdout]      |                              this value will be stored in a temporary; let us call it `#64`
[INFO] [stdout]      |                              `#64` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  973 |                       let msg = match repo.remote_rename(&old_name, &new_name) {
[INFO] [stdout]      |                                       ----------------------------------------
[INFO] [stdout]      |                                       |
[INFO] [stdout]      |                                       this value will be stored in a temporary; let us call it `#66`
[INFO] [stdout]      |                                       `#66` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1006 |                       let Ok(repo) = git2::Repository::discover(&app.repo_path) else {
[INFO] [stdout]      |                              ----    ------------------------------------------
[INFO] [stdout]      |                              |       |
[INFO] [stdout]      |                              |       this value will be stored in a temporary; let us call it `#68`
[INFO] [stdout]      |                              |       `#68` will be dropped later as of Edition 2024
[INFO] [stdout]      |                              this value will be stored in a temporary; let us call it `#67`
[INFO] [stdout]      |                              `#67` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1039 |                       let Ok(repo) = git2::Repository::discover(&app.repo_path) else {
[INFO] [stdout]      |                              ----    ------------------------------------------
[INFO] [stdout]      |                              |       |
[INFO] [stdout]      |                              |       this value will be stored in a temporary; let us call it `#70`
[INFO] [stdout]      |                              |       `#70` will be dropped later as of Edition 2024
[INFO] [stdout]      |                              this value will be stored in a temporary; let us call it `#69`
[INFO] [stdout]      |                              `#69` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1070 |                           let _ = std::process::Command::new("xdg-open")
[INFO] [stdout]      |                                   --------------------------------------
[INFO] [stdout]      |                                   |
[INFO] [stdout]      |                                   this value will be stored in a temporary; let us call it `#72`
[INFO] [stdout]      |  _________________________________`#72` will be dropped later as of Edition 2024
[INFO] [stdout]      | |
[INFO] [stdout] 1071 | |                             .arg(&url)
[INFO] [stdout] 1072 | |                             .stdout(std::process::Stdio::null())
[INFO] [stdout] 1073 | |                             .stderr(std::process::Stdio::null())
[INFO] [stdout] 1074 | |                             .spawn();
[INFO] [stdout]      | |                                    -
[INFO] [stdout]      | |                                    |
[INFO] [stdout]      | |____________________________________this value will be stored in a temporary; let us call it `#71`
[INFO] [stdout]      |                                      `#71` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1080 |                       let status = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                    ---------------------------------------
[INFO] [stdout]      |                                    |
[INFO] [stdout]      |                                    this value will be stored in a temporary; let us call it `#73`
[INFO] [stdout]      |                                    `#73` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1104 |                       let status = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                    ---------------------------------------
[INFO] [stdout]      |                                    |
[INFO] [stdout]      |                                    this value will be stored in a temporary; let us call it `#74`
[INFO] [stdout]      |                                    `#74` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1134 |                           let status = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                        ---------------------------------------
[INFO] [stdout]      |                                        |
[INFO] [stdout]      |                                        this value will be stored in a temporary; let us call it `#75`
[INFO] [stdout]      |                                        `#75` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1219 |                       let status = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                    ---------------------------------------
[INFO] [stdout]      |                                    |
[INFO] [stdout]      |                                    this value will be stored in a temporary; let us call it `#76`
[INFO] [stdout]      |                                    `#76` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1252 |                           let status = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                        ---------------------------------------
[INFO] [stdout]      |                                        |
[INFO] [stdout]      |                                        this value will be stored in a temporary; let us call it `#77`
[INFO] [stdout]      |                                        `#77` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1293 |                           let output = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                        ---------------------------------------
[INFO] [stdout]      |                                        |
[INFO] [stdout]      |                                        this value will be stored in a temporary; let us call it `#78`
[INFO] [stdout]      |                                        `#78` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1363 |                           let status = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                        ---------------------------------------
[INFO] [stdout]      |                                        |
[INFO] [stdout]      |                                        this value will be stored in a temporary; let us call it `#79`
[INFO] [stdout]      |                                        `#79` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1391 |                           let status = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                        ---------------------------------------
[INFO] [stdout]      |                                        |
[INFO] [stdout]      |                                        this value will be stored in a temporary; let us call it `#80`
[INFO] [stdout]      |                                        `#80` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1434 |                           let status = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                        ---------------------------------------
[INFO] [stdout]      |                                        |
[INFO] [stdout]      |                                        this value will be stored in a temporary; let us call it `#81`
[INFO] [stdout]      |                                        `#81` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1467 |                       let status = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                    ---------------------------------------
[INFO] [stdout]      |                                    |
[INFO] [stdout]      |                                    this value will be stored in a temporary; let us call it `#82`
[INFO] [stdout]      |                                    `#82` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1499 |                       let status = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                    ---------------------------------------
[INFO] [stdout]      |                                    |
[INFO] [stdout]      |                                    this value will be stored in a temporary; let us call it `#83`
[INFO] [stdout]      |                                    `#83` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1586 |                           let status = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                        ---------------------------------------
[INFO] [stdout]      |                                        |
[INFO] [stdout]      |                                        this value will be stored in a temporary; let us call it `#84`
[INFO] [stdout]      |                                        `#84` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1625 |                           let output = std::process::Command::new(torii_exe()).args(&args).output();
[INFO] [stdout]      |                                        ---------------------------------------
[INFO] [stdout]      |                                        |
[INFO] [stdout]      |                                        this value will be stored in a temporary; let us call it `#85`
[INFO] [stdout]      |                                        `#85` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1719 |                               Err(e) => app.log_event(
[INFO] [stdout]      |                                   -
[INFO] [stdout]      |                                   |
[INFO] [stdout]      |                                   this value will be stored in a temporary; let us call it `#86`
[INFO] [stdout]      |                                   `#86` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1753 |                                   let _ = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                           ---------------------------------------
[INFO] [stdout]      |                                           |
[INFO] [stdout]      |                                           this value will be stored in a temporary; let us call it `#87`
[INFO] [stdout]      |                                           `#87` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1758 |                                   let _ = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                           ---------------------------------------
[INFO] [stdout]      |                                           |
[INFO] [stdout]      |                                           this value will be stored in a temporary; let us call it `#88`
[INFO] [stdout]      |                                           `#88` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1763 |                                   let del_remote = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                                    ---------------------------------------
[INFO] [stdout]      |                                                    |
[INFO] [stdout]      |                                                    this value will be stored in a temporary; let us call it `#89`
[INFO] [stdout]      |                                                    `#89` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1769 |                                   let _ = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                           ---------------------------------------
[INFO] [stdout]      |                                           |
[INFO] [stdout]      |                                           this value will be stored in a temporary; let us call it `#90`
[INFO] [stdout]      |                                           `#90` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1788 |                               Err(e) => {
[INFO] [stdout]      |                                   -
[INFO] [stdout]      |                                   |
[INFO] [stdout]      |                                   this value will be stored in a temporary; let us call it `#91`
[INFO] [stdout]      |                                   `#91` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1798 |                           let output = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                        ---------------------------------------
[INFO] [stdout]      |                                        |
[INFO] [stdout]      |                                        this value will be stored in a temporary; let us call it `#92`
[INFO] [stdout]      |                                        `#92` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1824 |                           let output = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                        ---------------------------------------
[INFO] [stdout]      |                                        |
[INFO] [stdout]      |                                        this value will be stored in a temporary; let us call it `#93`
[INFO] [stdout]      |                                        `#93` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1842 |                               app.refresh()?;
[INFO] [stdout]      |                               --------------
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#94`
[INFO] [stdout]      |                               `#94` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1850 |                           let _ = std::process::Command::new(torii_exe())
[INFO] [stdout]      |                                   ---------------------------------------
[INFO] [stdout]      |                                   |
[INFO] [stdout]      |                                   this value will be stored in a temporary; let us call it `#95`
[INFO] [stdout]      |                                   `#95` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1893 |                               Err(e) => {
[INFO] [stdout]      |                                   -
[INFO] [stdout]      |                                   |
[INFO] [stdout]      |                                   this value will be stored in a temporary; let us call it `#96`
[INFO] [stdout]      |                                   `#96` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1935 |                           Err(e) => app.log_event(format!("close failed: {}", e), EventKind::Error),
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#97`
[INFO] [stdout]      |                               `#97` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1967 |                           Err(e) => app.log_event(format!("create failed: {}", e), EventKind::Error),
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#98`
[INFO] [stdout]      |                               `#98` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1992 |                           Err(e) => app.log_event(format!("comment failed: {}", e), EventKind::Error),
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#99`
[INFO] [stdout]      |                               `#99` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1999 |                           let _ = std::process::Command::new("xdg-open")
[INFO] [stdout]      |                                   --------------------------------------
[INFO] [stdout]      |                                   |
[INFO] [stdout]      |                                   this value will be stored in a temporary; let us call it `#101`
[INFO] [stdout]      |  _________________________________`#101` will be dropped later as of Edition 2024
[INFO] [stdout]      |  _________________________________|
[INFO] [stdout]      | |
[INFO] [stdout] 2000 | |                             .arg(&url)
[INFO] [stdout] 2001 | |                             .stdout(std::process::Stdio::null())
[INFO] [stdout] 2002 | |                             .stderr(std::process::Stdio::null())
[INFO] [stdout] 2003 | |                             .spawn();
[INFO] [stdout]      | |                                    -
[INFO] [stdout]      | |____________________________________|
[INFO] [stdout]      | |____________________________________this value will be stored in a temporary; let us call it `#100`
[INFO] [stdout]      |                                      `#100` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#102` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `result` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#22` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#23` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#24` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#25` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#25` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#25` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#26` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#27` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#28` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `repo` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `repo` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/repo.rs:3279:1
[INFO] [stdout]      |
[INFO] [stdout] 3279 | impl Drop for Repository {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#29` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `r` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/repo.rs:3279:1
[INFO] [stdout]      |
[INFO] [stdout] 3279 | impl Drop for Repository {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#30` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#31` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#32` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#33` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#34` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#35` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#36` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#37` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#38` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#39` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#40` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#41` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#42` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#43` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#44` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#44` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#44` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#45` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#46` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#46` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#46` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#47` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#47` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#47` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#48` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#49` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#49` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#49` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#50` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#51` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#51` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#51` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#52` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `cmd` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `cmd` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `cmd` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#53` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#53` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#53` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#54` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#55` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#55` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#55` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#56` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#57` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#57` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#57` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#58` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#59` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#59` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#59` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#60` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#60` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#60` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#61` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/repo.rs:3279:1
[INFO] [stdout]      |
[INFO] [stdout] 3279 | impl Drop for Repository {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#62` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/repo.rs:3279:1
[INFO] [stdout]      |
[INFO] [stdout] 3279 | impl Drop for Repository {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#63` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/remote.rs:447:1
[INFO] [stdout]      |
[INFO] [stdout]  447 | impl<'repo> Drop for Remote<'repo> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#64` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/repo.rs:3279:1
[INFO] [stdout]      |
[INFO] [stdout] 3279 | impl Drop for Repository {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#65` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/repo.rs:3279:1
[INFO] [stdout]      |
[INFO] [stdout] 3279 | impl Drop for Repository {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#66` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/string_array.rs:132:1
[INFO] [stdout]      |
[INFO] [stdout]  132 | impl Drop for StringArray {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#67` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/repo.rs:3279:1
[INFO] [stdout]      |
[INFO] [stdout] 3279 | impl Drop for Repository {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#68` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/repo.rs:3279:1
[INFO] [stdout]      |
[INFO] [stdout] 3279 | impl Drop for Repository {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#69` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/repo.rs:3279:1
[INFO] [stdout]      |
[INFO] [stdout] 3279 | impl Drop for Repository {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#70` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/repo.rs:3279:1
[INFO] [stdout]      |
[INFO] [stdout] 3279 | impl Drop for Repository {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#71` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#72` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#72` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#72` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#73` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#73` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#73` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#74` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#74` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#74` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#75` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#75` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#75` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#76` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#76` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#76` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#77` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#77` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#77` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#78` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#78` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#78` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#79` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#79` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#79` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#80` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#80` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#80` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#81` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#81` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#81` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#82` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#82` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#82` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#83` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#83` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#83` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#84` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#84` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#84` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#85` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#85` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#85` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#86` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#87` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#87` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#87` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#88` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#88` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#88` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#89` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#89` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#89` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#90` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#90` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#90` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#91` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#92` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#92` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#92` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#93` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#93` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#93` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#94` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#95` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#95` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#95` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `#96` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#97` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#98` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#99` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#100` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#101` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]      = note: `#101` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#101` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: rustc interrupted by SIGSEGV, printing backtrace
[INFO] [stderr] 
[INFO] [stderr] /opt/rustwide/rustup-home/toolchains/622891a4e29178280638a6b63a8908bde2c0c854/lib/librustc_driver-f84658577f279709.so(+0x3cf9acc)[0x764386ef9acc]
[INFO] [stderr] /lib/x86_64-linux-gnu/libc.so.6(+0x45330)[0x764383033330]
[INFO] [stderr] /opt/rustwide/rustup-home/toolchains/622891a4e29178280638a6b63a8908bde2c0c854/lib/librustc_driver-f84658577f279709.so(+0x4583125)[0x764387783125]
[INFO] [stderr] /opt/rustwide/rustup-home/toolchains/622891a4e29178280638a6b63a8908bde2c0c854/lib/librustc_driver-f84658577f279709.so(+0x45823d2)[0x7643877823d2]
[INFO] [stderr] 
[INFO] [stderr] ### cycle encountered after 4 frames with period 5
[INFO] [stderr] /opt/rustwide/rustup-home/toolchains/622891a4e29178280638a6b63a8908bde2c0c854/lib/librustc_driver-f84658577f279709.so(+0x45827d9)[0x7643877827d9]
[INFO] [stderr] /opt/rustwide/rustup-home/toolchains/622891a4e29178280638a6b63a8908bde2c0c854/lib/librustc_driver-f84658577f279709.so(+0x45827d9)[0x7643877827d9]
[INFO] [stderr] /opt/rustwide/rustup-home/toolchains/622891a4e29178280638a6b63a8908bde2c0c854/lib/librustc_driver-f84658577f279709.so(+0x45827d9)[0x7643877827d9]
[INFO] [stderr] /opt/rustwide/rustup-home/toolchains/622891a4e29178280638a6b63a8908bde2c0c854/lib/librustc_driver-f84658577f279709.so(+0x45827d9)[0x7643877827d9]
[INFO] [stderr] /opt/rustwide/rustup-home/toolchains/622891a4e29178280638a6b63a8908bde2c0c854/lib/librustc_driver-f84658577f279709.so(+0x45827d9)[0x7643877827d9]
[INFO] [stderr] ### recursed 50 times
[INFO] [stderr] 
[INFO] [stderr] /opt/rustwide/rustup-home/toolchains/622891a4e29178280638a6b63a8908bde2c0c854/lib/librustc_driver-f84658577f279709.so(+0x45827d9)[0x7643877827d9]
[INFO] [stderr] /opt/rustwide/rustup-home/toolchains/622891a4e29178280638a6b63a8908bde2c0c854/lib/librustc_driver-f84658577f279709.so(+0x45827d9)[0x7643877827d9]
[INFO] [stderr] 
[INFO] [stderr] note: rustc unexpectedly overflowed its stack! this is a bug
[INFO] [stderr] note: maximum backtrace depth reached, frames may have been lost
[INFO] [stderr] note: we would appreciate a report at https://github.com/rust-lang/rust
[INFO] [stderr] help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
[INFO] [stderr] child failed with signal `11`
[INFO] [stderr] error: could not compile `gitorii` (bin "torii" test); 17 warnings emitted
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/622891a4e29178280638a6b63a8908bde2c0c854/bin/cargo /opt/rustwide/rustup-home/toolchains/622891a4e29178280638a6b63a8908bde2c0c854/bin/rustc --crate-name torii --edition=2021 crates/torii/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=31f954766751879a -C extra-filename=-26745efd3615e819 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-c71454bee9a46d61.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-0a4a6f53060681fe.rmeta --extern clap=/opt/rustwide/target/debug/deps/libclap-77f84dc6cb272e1a.rmeta --extern crossterm=/opt/rustwide/target/debug/deps/libcrossterm-856e491203af5150.rmeta --extern dirs=/opt/rustwide/target/debug/deps/libdirs-66b045b296ccce43.rmeta --extern git2=/opt/rustwide/target/debug/deps/libgit2-8dce3fcc4f6c9bc8.rmeta --extern httpmock=/opt/rustwide/target/debug/deps/libhttpmock-066c349ac0bce893.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-bce9f9d56919ac3d.rmeta --extern ratatui=/opt/rustwide/target/debug/deps/libratatui-8f325f40137ec0a7.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-de2b865c629367d8.rmeta --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-0d0bf0bb97223a3f.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-197a5c1c4d164316.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-b8b7fd7c199815f9.rmeta --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-f4c28a62c79f6df2.rmeta --extern toml=/opt/rustwide/target/debug/deps/libtoml-384477f4679a31cd.rmeta --extern torii_lib=/opt/rustwide/target/debug/deps/libtorii_lib-145d17f7a1a3c2b5.rmeta -L native=/opt/rustwide/target/debug/build/libgit2-sys-c88b4c5b84fa209f/out/build -L native=/opt/rustwide/target/debug/build/ring-3f09163ef044bcfb/out -L native=/opt/rustwide/target/debug/build/aws-lc-sys-5a505846359408ac/out` (exit status: 2)
[INFO] running `Command { std: "docker" "inspect" "6a1d3a04ef0213cbd84e24a714d6904f507104c6f1a038ba8dab7fe67dd72ce9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6a1d3a04ef0213cbd84e24a714d6904f507104c6f1a038ba8dab7fe67dd72ce9", kill_on_drop: false }`
[INFO] [stdout] 6a1d3a04ef0213cbd84e24a714d6904f507104c6f1a038ba8dab7fe67dd72ce9
